Wait
Certified
Wait for a Temporal workflow to reach a terminal state.
Wait
Certified
Wait for a Temporal workflow to reach a terminal state.
yaml
type: io.kestra.plugin.temporal.workflow.WaitExamples
yaml
id: wait_order_workflow
namespace: company.team
tasks:
- id: trigger
type: io.kestra.plugin.temporal.workflow.Trigger
endpoint: "localhost:7233"
workflowType: "OrderWorkflow"
taskQueue: "order-queue"
workflowId: "order-{{ execution.id }}"
- id: wait
type: io.kestra.plugin.temporal.workflow.Wait
endpoint: "localhost:7233"
workflowId: "{{ outputs.trigger.workflowId }}"
runId: "{{ outputs.trigger.runId }}"
pollInterval: "PT5S"
waitTimeout: "PT1H"
Properties
endpoint *Requiredstring
workflowId *Requiredstring
apiKey string
caCert string
clientCert string
clientKey string
failOnNonCompleted booleanstring
Default
true