Question
4
Replies
1721
Views
Posted: December 8, 2018
Last activity: December 21, 2018
Closed
Examples of activity keywords Branch, Queue usage
Hi all,
Can anyone please give me examples where we can use Branch and Queue keywords explicitly.
I am also wondering what is the use of branch if we can call an activity conditionally(to mimic the scenario where calling activity having steps after branch step.) and in jump condition use exit activity.
***Edited by Moderator Marissa to update platform capability tags****
You can use "when" condition in an activity in this scenario. Branch is used when you want the current activity to find another specified activity and branch to it without a return.