Skip to main content

Interface: IWorkflowExecutionPauseInfo

workflow.v1.IWorkflowExecutionPauseInfo

Properties of a WorkflowExecutionPauseInfo.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the client who paused the workflow execution.

Inherited from

$Properties.identity


pausedTime

Optional pausedTime: null | $Properties

The time when the workflow execution was paused.

Inherited from

$Properties.pausedTime


reason

Optional reason: null | string

The reason for pausing the workflow execution.

Inherited from

$Properties.reason