You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add io.kestra.plugin.core.execution.Kill core task allowing to conditionally Kill execution (and if propagateKill is true also child executions) #10524
id: parentnamespace: demotasks:
- id: subflowtype: io.kestra.plugin.core.flow.Subflownamespace: demoflowId: childwait: false
- id: killtype: io.kestra.plugin.core.execution.Kill # 🔥 new taskrunIf: "{{ some condition in your flow that would require killing this and downstream executions }}"propagateKill: true # can be false by default to be safe