Skip to main content

Interface: IBatchOperationResetActivities

batch.v1.IBatchOperationResetActivities

Properties of a BatchOperationResetActivities.

Hierarchy

Properties

activity

Optional activity: "type" | "matchAll"

The activities to reset. If match_all is set to true, all activities will be reset.

Inherited from

$Properties.activity


identity

Optional identity: null | string

The identity of the worker/client.

Inherited from

$Properties.identity


jitter

Optional jitter: null | $Properties

If set, the activity will start at a random time within the specified jitter duration, introducing variability to the start time.

Inherited from

$Properties.jitter


keepPaused

Optional keepPaused: null | boolean

If activity is paused, it will remain paused after reset

Inherited from

$Properties.keepPaused


matchAll

Optional matchAll: null | boolean

BatchOperationResetActivities matchAll

Inherited from

$Properties.matchAll


resetAttempts

Optional resetAttempts: null | boolean

Setting this flag will also reset the number of attempts.

Inherited from

$Properties.resetAttempts


resetHeartbeat

Optional resetHeartbeat: null | boolean

Setting this flag will also reset the heartbeat details.

Inherited from

$Properties.resetHeartbeat


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 ActivityTaskScheduled event.

Inherited from

$Properties.restoreOriginalOptions


type

Optional type: null | string

BatchOperationResetActivities type

Inherited from

$Properties.type