Skip to main content

Interface: IBatchOperationUnpauseActivities

batch.v1.IBatchOperationUnpauseActivities

Properties of a BatchOperationUnpauseActivities.

Hierarchy

Properties

activity

Optional activity: "type" | "matchAll"

The activity to unpause. If match_all is set to true, all activities will be unpaused.

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


matchAll

Optional matchAll: null | boolean

BatchOperationUnpauseActivities 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


type

Optional type: null | string

BatchOperationUnpauseActivities type

Inherited from

$Properties.type