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": "4321abcdef694aa79dae47ad",
"data_array": [],
"transformation": "consectetur ipsum id deserunt ad",
"loopType": "sequential"
}