Skip to main content

Interface: IPauseActivityRequest

workflowservice.v1.IPauseActivityRequest

Properties of a PauseActivityRequest.

Implemented by

Properties

execution

Optional execution: null | IWorkflowExecution

Execution info of the workflow which scheduled this activity


id

Optional id: null | string

Only the activity with this ID will be paused.


identity

Optional identity: null | string

The identity of the client who initiated this request.


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity.


type

Optional type: null | string

Pause all running activities of this type.