Interface: IPauseActivityRequest
workflowservice.v1.IPauseActivityRequest
Properties of a PauseActivityRequest.
Hierarchy
-
↳
IPauseActivityRequest
Properties
activity
• Optional activity: "id" | "type"
either activity id or activity type must be provided
Inherited from
execution
• Optional execution: null | $Properties
Execution info of the workflow which scheduled this activity
Inherited from
id
• Optional id: null | string
Only the activity with this ID will be paused.
Inherited from
identity
• Optional identity: null | string
The identity of the client who initiated this request.
Inherited from
namespace
• Optional namespace: null | string
Namespace of the workflow which scheduled this activity.
Inherited from
reason
• Optional reason: null | string
Reason to pause the activity.
Inherited from
requestId
• Optional requestId: null | string
Used to de-dupe pause requests.
Inherited from
type
• Optional type: null | string
Pause all running activities of this type. Note: Experimental - the behavior of pause by activity type might change in a future release.