Class: UnpauseActivityRequest
workflowservice.v1.UnpauseActivityRequest
Deprecated. Use UnpauseActivityExecutionRequest.
Implements
Constructors
constructor
• new UnpauseActivityRequest(properties?): UnpauseActivityRequest
Constructs a new UnpauseActivityRequest.
Parameters
| Name | Type | Description |
|---|---|---|
properties? | IUnpauseActivityRequest | Properties to set |
Returns
Properties
activity
• Optional activity: "id" | "type" | "unpauseAll"
either activity id or activity type must be provided
execution
• Optional execution: null | IWorkflowExecution
Execution info of the workflow which scheduled this activity
Implementation of
IUnpauseActivityRequest.execution
id
• Optional id: null | string
Only the activity with this ID will be unpaused.
Implementation of
identity
• identity: string
The identity of the client who initiated this request.
Implementation of
IUnpauseActivityRequest.identity
jitter
• Optional jitter: null | IDuration
If set, the activity will start at a random time within the specified jitter duration.
Implementation of
IUnpauseActivityRequest.jitter
namespace
• namespace: string
Namespace of the workflow which scheduled this activity.
Implementation of
IUnpauseActivityRequest.namespace
resetAttempts
• resetAttempts: boolean
Providing this flag will also reset the number of attempts.
Implementation of
IUnpauseActivityRequest.resetAttempts