Skip to main content

Interface: IResetActivityExecutionRequest

workflowservice.v1.IResetActivityExecutionRequest

Properties of a ResetActivityExecutionRequest.

Hierarchy

Properties

activityId

Optional activityId: null | string

The ID of the activity to target.

Inherited from

$Properties.activityId


identity

Optional identity: null | string

The identity of the client who initiated this request.

Inherited from

$Properties.identity


jitter

Optional jitter: null | $Properties

If set, and activity is in backoff, the activity will start at a random time within the specified jitter duration. (unless it is paused and keep_paused is set)

Inherited from

$Properties.jitter


keepPaused

Optional keepPaused: null | boolean

If activity is paused, it will remain paused after reset

Inherited from

$Properties.keepPaused


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity.

Inherited from

$Properties.namespace


requestId

Optional requestId: null | string

Used to de-dupe reset requests.

Inherited from

$Properties.requestId


resetHeartbeat

Optional resetHeartbeat: null | boolean

Reset persisted heartbeat details. Reset always resets the attempt counter. Passing this flag causes reset to additionally discard any persisted heartbeat details.

Inherited from

$Properties.resetHeartbeat


resourceId

Optional resourceId: null | string

Resource ID for routing. Contains "workflow:{workflow_id}" for workflow activities or "activity:{activity_id}" for standalone activities.

Inherited from

$Properties.resourceId


restoreOriginalOptions

Optional restoreOriginalOptions: null | boolean

If set, the activity options will be restored to the defaults. Default options are then options activity was created with. They are part of the first schedule event.

Inherited from

$Properties.restoreOriginalOptions


runId

Optional runId: null | string

Run ID of the workflow or standalone activity. If empty, targets the latest run.

Inherited from

$Properties.runId


workflowId

Optional workflowId: null | string

If provided, targets a workflow activity for the given workflow ID. If empty, targets a standalone activity.

Inherited from

$Properties.workflowId