Resume
Resume Certified

Resume a paused execution

yaml
type: io.kestra.plugin.kestra.executions.Resume
yaml
id: resume_execution
namespace: company.team

tasks:
  - id: resume_execution
    type: io.kestra.plugin.kestra.executions.Resume
    executionId: "{{ trigger.executionId }}"
    kestraUrl: http://localhost:8080
    auth:
      username: "{{ secret('KESTRA_USERNAME') }}"
      password: "{{ secret('KESTRA_PASSWORD') }}"


yaml
id: resume_execution_with_inputs
namespace: company.team

tasks:
  - id: resume_execution
    type: io.kestra.plugin.kestra.executions.Resume
    executionId: "{{ trigger.executionId }}"
    kestraUrl: http://localhost:8080
    inputs:
      comment: "Approved by automated process"
      status: "OK"
    auth:
      username: "{{ secret('KESTRA_USERNAME') }}"
      password: "{{ secret('KESTRA_PASSWORD') }}"
Properties
Definitions
apiTokenstring
autobooleanstring
Defaulttrue
passwordstring
usernamestring