Array of items to loop over. Determines number of iterations child job loop has.
transformation
string
no
_id of transformation to run on each element of data_array to set the job variables required to start the each child job.
loopType
enum
no
Allowed values are: [ parallel, sequential ] - Child Job Loop execution type. Parallel child job loops execute all jobs in parallel. Sequential child job loops execute each iteration one at a time, advancing to the next iteration on finish (completion or cancel) of an iteration.
Copied to Clipboard
{
"job_id": "4321abcdef694aa79dae47ad",
"task": "cd34",
"workflow": "5cb7b531d06cceb89fd21b1c",
"data_array": [
false
],
"transformation": "ex sint in sunt nisi",
"loopType": "sequential"
}