Query
Certified
Query a running Temporal workflow.
Query
Certified
Query a running Temporal workflow.
yaml
type: io.kestra.plugin.temporal.workflow.QueryExamples
yaml
id: query_order_status
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.temporal.workflow.Query
endpoint: "localhost:7233"
workflowId: "order-{{ inputs.orderId }}"
queryType: "getStatus"
Properties
endpoint *Requiredstring
queryType *Requiredstring
workflowId *Requiredstring
apiKey string
args array
SubTypestring