Interface: IUnpauseActivityExecutionRequest
workflowservice.v1.IUnpauseActivityExecutionRequest
Properties of an UnpauseActivityExecutionRequest.
Implemented by
Properties
activityId
• Optional activityId: null | string
The ID of the activity to target.
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.
reason
• Optional reason: null | string
Reason to unpause the 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.
resourceId
• Optional resourceId: null | string
Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.
runId
• Optional runId: null | string
Run ID of the workflow or standalone activity.
workflowId
• Optional workflowId: null | string
If provided, targets a workflow activity for the given workflow ID. If empty, targets a standalone activity.