Databricks SDK for JavaScript
    Preparing search index...
    interface ForEachTask {
        concurrency?: number;
        inputs?: string;
        task?: TaskSettings;
    }
    Index

    Properties

    concurrency?: number

    An optional maximum allowed number of concurrent runs of the task. Set this value if you want to be able to execute multiple runs of the task concurrently.

    inputs?: string

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

    Configuration for the task that will be run for each element in the array