Interface: $Properties
v1.UnpauseActivityRequest.$Properties
Properties of an UnpauseActivityRequest.
Hierarchy
-
$Properties
Properties
activity
• Optional activity: "id" | "type" | "unpauseAll"
either activity id or activity type must be provided
execution
• Optional execution: null | $Properties
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 | $Properties
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.