MULTITASK

This node allows for the mass execution of parallel scenarios – it is similar to the SCENARIO CODE node. We pass data to other scenarios and receive the results of the processing, but here we execute multiple scenarios in parallel and receive the results in the main scenario.

Parameters:

  • List of scenarios and their input parameters

    • Required fields:

      • codeName – scenario name to be executed

      • inputData – a map with input values for a scenario

    • Optional fields: timeout, type

  • The output is a list of the results of every executed scenario. The list is ordered in the same way as input.

Example definition of the input data for the MULTITASK node

Last updated