Interface: IUnpauseActivityRequest
workflowservice.v1.IUnpauseActivityRequest
Properties of an UnpauseActivityRequest.
Hierarchy
-
↳
IUnpauseActivityRequest
Properties
activity
• Optional activity: "id" | "type" | "unpauseAll"
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 unpaused.
Inherited from
identity
• Optional identity: null | string
The identity of the client who initiated this request.
Inherited from
jitter
• Optional jitter: null | $Properties
If set, the activity will start at a random time within the specified jitter duration.
Inherited from
namespace
• Optional namespace: null | string
Namespace of the workflow which scheduled this activity.
Inherited from
resetAttempts
• Optional resetAttempts: null | boolean
Providing this flag will also reset the number of attempts.
Inherited from
resetHeartbeat
• Optional resetHeartbeat: null | boolean
Providing this flag will also reset the heartbeat details.
Inherited from
type
• Optional type: null | string
Unpause all running activities with of this type.
Inherited from
unpauseAll
• Optional unpauseAll: null | boolean
Unpause all running activities.