Link scenario step
Last updated
Was this helpful?

Link scenario step throws an object (or a few objects) to scenario.
Hint: That step is a great way to use a scenario as a reusable micro-service

Current object. The object from the scenario will be sent
Linked object. Pick the field type of link with the ID of the object to send
Array of linked objects. Pick the field type of arrayLink with the array of IDs of the objects to send.

The link/arrayLink may be stored among the object fields or in the context variables.
We'll throw the object (objects in case of arrayLink option) to that scenario.
Note that the called scenario has to be published and started
You choose the scenario that processes the objects of the sent object's structure

If you want, you may run the called scenario synchronically. In the sync mode the step will wait until the linked scenario is finished.

If the called scenario has context variables, you'll be able to set the values of those parameters in the Link scenario step (using templating system and JS-evaluation)

Last updated
Was this helpful?
Was this helpful?