Interface: IWorkflowExecutionPauseInfo
workflow.v1.IWorkflowExecutionPauseInfo
Properties of a WorkflowExecutionPauseInfo.
Implemented by
Properties
identity
• Optional identity: null | string
The identity of the client who paused the workflow execution.
pausedTime
• Optional pausedTime: null | ITimestamp
The time when the workflow execution was paused.
reason
• Optional reason: null | string
The reason for pausing the workflow execution.