
Steps for creating a flow with exclusive branches
To create flow with exclusive branches:Add a new rule to a node to add a business decision, for example:
- select a scripting language from the dropdown
input.get("application.client.creditScore") >= 700← proceed to node for premium credit cardinput.get("application.client.creditScore") < 700← proceed to node for standard credit card

