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: ❌
scheduleOn
- Type:
- string
- string
- Dynamic: ✔️
- Required: ❌
subflowId
- Type: ExecutableTask-SubflowId
- Dynamic: ❓
- Required: ❌
transmitFailed
- Type: boolean
- Dynamic: ❓
- Required: ❌
wait
- Type: boolean
- Dynamic: ❓
- Required: ❌
Outputs
iterations
- Type: object
- SubType: integer
- 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
- Required: ❌
The number of batches.
uri
- Type: string
- 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?