Interface: IUnpauseWorkflowExecutionRequest
workflowservice.v1.IUnpauseWorkflowExecutionRequest
Properties of an UnpauseWorkflowExecutionRequest.
Implemented by
Properties
identity
• Optional identity: null | string
The identity of the client who initiated this request.
namespace
• Optional namespace: null | string
Namespace of the workflow to unpause.
reason
• Optional reason: null | string
Reason to unpause the workflow execution.
requestId
• Optional requestId: null | string
A unique identifier for this unpause request for idempotence. Typically UUIDv4.
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.
workflowId
• Optional workflowId: null | string
ID of the workflow execution to be paused. Required.