Skip to main content

Interface: IBatchOperationReset

batch.v1.IBatchOperationReset

Properties of a BatchOperationReset.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the worker/client.

Inherited from

$Properties.identity


options

Optional options: null | $Properties

Describes what to reset to and how. If set, reset_type and reset_reapply_type are ignored.

Inherited from

$Properties.options


postResetOperations

Optional postResetOperations: null | $Properties[]

Operations to perform after the workflow has been reset. These operations will be applied to the new run of the workflow execution in the order they are provided. All operations are applied to the workflow before the first new workflow task is generated

Inherited from

$Properties.postResetOperations


resetReapplyType

Optional resetReapplyType: null | ResetReapplyType

Deprecated. Use options.

Inherited from

$Properties.resetReapplyType


resetType

Optional resetType: null | ResetType

Deprecated. Use options.

Inherited from

$Properties.resetType