Question
1
Replies
135
Views
Posted: February 22, 2019
Last activity: March 3, 2019
Closed
Are the branches on a data flow multi-threading?
On a data flow there is an option to branch on the result.
On execution are the new branches running on the same thread or do they run in parallel?
***Edited by Moderator Marissa to update platform capability tags****
Hi,
Thank you for posting your question in Product Support Community.
If you are talking about how to run multiple flows in parallel - each flow a different step in a Stage, each step configured to start on Stage entry.
To run in parallel each step would need to be queued.
A short Timer wait shape could do this or Queue-for-Agent if you configure the Agent Activity with the name of the flow was queued from.
If queuing, however, each flow may need to await 30 seconds for the Agent to pick up the Queued record.
Also the case would have to be configured to use Optimistic Locking.
Hope this helps.
Thanks.