I hope that title makes sense.
I have part of a workflow I am working on - sort of a fancy approval. It has a conditional parallel that splits into a number of approvals which can happen in parallel.
Each of those branches has similar steps. I had a thought that it would be really easy to set a token value at the start of each of these branches to apply to that branch. For example, setting "System=A" or "System=B" as the first step of the branch. This makes it easy to copy and paste to make a new branch while only changing the token assignment.
So... before I set up a test... are tokens like this - in sections of a conditional parallel - local or global?
(The more I think about it, I'll probably just use "invoke workflow" to call another workflow for each branch, but it would still be useful to know how this works)
Thanks!