Skip to main content

Interface: IUnpauseActivityRequest

workflowservice.v1.IUnpauseActivityRequest

Properties of an UnpauseActivityRequest.

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 unpaused.


identity

Optional identity: null | string

The identity of the client who initiated this request.


jitter

Optional jitter: null | IDuration

If set, the activity will start at a random time within the specified jitter duration.


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity.


resetAttempts

Optional resetAttempts: null | boolean

Providing this flag will also reset the number of attempts.


resetHeartbeat

Optional resetHeartbeat: null | boolean

Providing this flag will also reset the heartbeat details.


type

Optional type: null | string

Unpause all running activities with of this type.


unpauseAll

Optional unpauseAll: null | boolean

Unpause all running activities.