MultipleCondition​Multiple​Condition

Run a flow if the list of preconditions are met in a time window.

This task is deprecated, use the preconditions property of the io.kestra.plugin.core.trigger.Flow trigger instead. Will trigger an executions when all the flows defined by the preconditions are successfully executed in a specific period of time. The period is defined by the timeWindow property and is by default a duration window of 24 hours.

yaml
type: "io.kestra.plugin.core.condition.MultipleCondition"