Kestra

Snippets

Exit

- id: exit
  type: io.kestra.plugin.core.execution.Exit
  state: KILLED

Log

- id: log
  type: io.kestra.plugin.core.log.Log
  message: Hello

Subflow

- id: subflow
  type: io.kestra.plugin.core.flow.Subflow
  flowId: flow_id
  namespace: company.namespace
  inputs:
    input1: ""
    input2: ""