LoopUntil ​Loop​Until

yaml
type: "io.kestra.plugin.core.flow.loopuntil"
yaml
id: loop_until
namespace: company.team

tasks:
  - id: loop
    type: io.kestra.plugin.core.flow.LoopUntil
    condition: "{{ outputs.return.value == '4' }}"
    tasks:
      - id: return
        type: io.kestra.plugin.core.debug.Return
        format: "{{ outputs.loop.iterationCount }}"
Properties
SubType
Default { "interval": "PT1M" }
SubType
Default false
SubType
Default PT1M
Format duration
Format duration