Skip to contents

For Each Task

Usage

for_each_task(inputs, task, concurrency = 1)

Arguments

inputs

Array for task to iterate on. This can be a JSON string or a reference to an array parameter.

task

Must be a job_task().

concurrency

Maximum allowed number of concurrent runs of the task.