Interface: IWorkflowExecutionUnpausedEventAttributes
history.v1.IWorkflowExecutionUnpausedEventAttributes
Properties of a WorkflowExecutionUnpausedEventAttributes.
Hierarchy
-
↳
IWorkflowExecutionUnpausedEventAttributes
Properties
identity
• Optional identity: null | string
The identity of the client who unpaused the workflow execution.
Inherited from
reason
• Optional reason: null | string
The reason for unpausing the workflow execution.
Inherited from
requestId
• Optional requestId: null | string
The request ID of the request that unpaused the workflow execution.