When working with workflows, it would be great to have centrally defined variables available across all actions in a workflow.
This eliminates the nessecity to replace all instances of a static value for each action where it’s used when the value needs to be changed and/or the workflow is cloned.
Current workarounds:
- Create auxiliary properties und used them to define variables. Adds overhead on the users side to manage those auxiliary properties.
- Execute a custom code action and define variables as output. Cons are probably the performance overhead and suboptimal UX.