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": "5cb7b531d06cceb89fd21b1c",
"task": "12ab",
"workflow": "4321abcdef694aa79dae47ad",
"data_array": [
"sit"
],
"transformation": "culpa laboris Lorem in amet",
"loopType": "parallel"
}