Interface: IBatchOperationResetActivities
batch.v1.IBatchOperationResetActivities
Properties of a BatchOperationResetActivities.
Implemented by
Properties
identity
• Optional identity: null | string
The identity of the worker/client.
jitter
• Optional jitter: null | IDuration
If set, the activity will start at a random time within the specified jitter duration, introducing variability to the start time.
keepPaused
• Optional keepPaused: null | boolean
If activity is paused, it will remain paused after reset
matchAll
• Optional matchAll: null | boolean
BatchOperationResetActivities matchAll
resetAttempts
• Optional resetAttempts: null | boolean
Setting this flag will also reset the number of attempts.
resetHeartbeat
• Optional resetHeartbeat: null | boolean
Setting this flag will also reset the heartbeat details.
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.
type
• Optional type: null | string
BatchOperationResetActivities type