pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[FEATURE] Make it easier and less error prone to change an account for a workflow

Open dangub opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. I was working on a couple of workflows - still in development - with steps that are connected to test accounts in external services. Now that I am ready to switch to "prod", each steps needs to be reconfigured to switch to the real account. Not only is it a manual process to do for each step, even if they belong to the same app, but crucially, it also resets what the props were set to - which can now lead to bugs in this "Prod" workflow.

Describe the solution you'd like It would be good to have the accounts set at the workflow - rather than the step - level, while maybe allowing the step to overwrite the default workflow account. And it would be crucial to maintain some mapping between a property and the parameter assigned to it. I understand that it might not always be possible with dynamic options, but in many cases it might be possible.

Do you have a workaround? I duplicated the workflow and open two tabs side-by-side so that I could carefully copy each property.

Comparable features in other tools? I'm not familiar with other toold

Additional context Add any other context or screenshots about the feature request here.

dangub avatar Sep 07 '22 23:09 dangub