Interface: IPauseWorkflowExecutionRequest
workflowservice.v1.IPauseWorkflowExecutionRequest
Properties of a PauseWorkflowExecutionRequest.
Hierarchy
-
↳
IPauseWorkflowExecutionRequest
Properties
identity
• Optional identity: null | string
The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
Namespace of the workflow to pause.
Inherited from
reason
• Optional reason: null | string
Reason to pause the workflow execution.
Inherited from
requestId
• Optional requestId: null | string
A unique identifier for this pause request for idempotence. Typically UUIDv4.
Inherited from
runId
• Optional runId: null | string
Run ID of the workflow execution to be paused. Optional. If not provided, the current run of the workflow will be paused.
Inherited from
workflowId
• Optional workflowId: null | string
ID of the workflow execution to be paused. Required.