To execute states in parallel, you must configure them as paths in the Parallel state.
In Builder View, drag and drop the Parallel state from the left pane into your circuit or click the required Parallel state in your circuit.
Under the Configurations tab, update the common state field attributes.
In the Path section, click Add Path to insert a state that will serve as the root or starting point for the path. Once the state is added, provide a name for the path in the designated Name field.
In the Input/Output section, you can configure the required paths for a parallel state as discussed in Input & output processing.
In Code View, along with the common fields, the paths are also defined with their unique name and root.
Parallel state example:
"Parallel IT Tasks - Employee Provisioning": {"type": "parallel","next": "Onboarded Successfully","paths": [{"name": "add_ad_user","root": "Add User in AD"},{"name": "add_ad_group","root": "Add User to AD Group"},{"name": "add_user_db","root": "Add User in Legacy Database"},{"name": "add_asset","root": "Asset Allocation"}]}
You are currently viewing the help articles of Qntrl 3.0. If you are still using our older version and require guidance with it, Click here.