ForEachItemExecutable​For​Each​Item​Executable

ForEachItemExecutable ForEachItemExecutable

yaml
type: "io.kestra.plugin.core.flow.ForEachItem$ForEachItemExecutable"

Properties

inheritLabels

  • Type: boolean
  • Dynamic:
  • Required:

inputs

  • Type: object
  • Dynamic:
  • Required:

labels

  • Type: object
  • SubType: string
  • Dynamic:
  • Required:

subflowId

transmitFailed

  • Type: boolean
  • Dynamic:
  • Required:

wait

  • Type: boolean
  • Dynamic:
  • Required:

Outputs

iterations

  • Type: object
  • SubType: integer
  • Dynamic:
  • Required:

The counter of iterations for each subflow execution state.

This output will be updated in real-time based on the state of subflow executions. It will contain one counter by subflow execution state.

numberOfBatches

  • Type: integer
  • Dynamic:
  • Required:

The number of batches.

uri

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

The URI of the file gathering outputs from each subflow execution.

Definitions

io.kestra.core.models.tasks.ExecutableTask-SubflowId

Properties

flowId
  • Type: string
  • Dynamic:
  • Required:
namespace
  • Type: string
  • Dynamic:
  • Required:
revision
  • Type: integer, null
  • Dynamic:
  • Required:

Was this page helpful?