Skip to main content

Interface: IWorkflowExecutionPausedEventAttributes

history.v1.IWorkflowExecutionPausedEventAttributes

Properties of a WorkflowExecutionPausedEventAttributes.

Implemented by

Properties

identity

Optional identity: null | string

The identity of the client who paused the workflow execution.


reason

Optional reason: null | string

The reason for pausing the workflow execution.


requestId

Optional requestId: null | string

The request ID of the request that paused the workflow execution.