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.
Details of the finished child job(s) initiated by the task.
Copied to Clipboard
{
"status": "complete",
"loop": [
"in Ut tempor proident do",
"mollit",
"deserunt sunt veniam id quis",
"minim nulla consequat"
],
"additionalProperties": {
"description": "Output variables of child job for non-looping childJob."
}
}