AND-SPLIT
AND Split allows execution of all the branches configured in parallel
The workflow will go to next step(in this case "Last Step") only if the execution of all the branches is completed.
For example, you can allow certain review steps to occur in parallel, so saving time.
OR-SPLIT
The OR-Split allows you to introduce a conditional path processing in your workflow. The decision is based on the result of Routing expression. For whichever branch, expression returns true that particular branch of OR Split would be executed. The first script that evaluates to true is executed.
That's all for today! If you've found this blog post informative or helpful, I’d greatly appreciate it if you could give it a like. It keeps me motivated 💛
Enjoying my ad-free blog? Support by buying me a coffee! I've kept this space ad-free, sponsoring it myself to maintain its purity. Your contribution would help keep the site afloat and ensure quality content. Thanks for being part of this ad-free community.
Comments