Skip to main content

Interface: IResetActivityRequest

workflowservice.v1.IResetActivityRequest

Properties of a ResetActivityRequest.

Implemented by

Properties

execution

Optional execution: null | IWorkflowExecution

Execution info of the workflow which scheduled this activity


id

Optional id: null | string

Only activity with this ID will be reset.


identity

Optional identity: null | string

The identity of the client who initiated this request.


jitter

Optional jitter: null | IDuration

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)


keepPaused

Optional keepPaused: null | boolean

if activity is paused, it will remain paused after reset


namespace

Optional namespace: null | string

Namespace of the workflow which scheduled this activity.


resetHeartbeat

Optional resetHeartbeat: null | boolean

Indicates that activity should reset heartbeat details. This flag will be applied only to the new instance of the activity.


type

Optional type: null | string

Reset all running activities with of this type.