Skip to main content

Interface: IBatchOperationReset

batch.v1.IBatchOperationReset

Properties of a BatchOperationReset.

Implemented by

Properties

identity

Optional identity: null | string

The identity of the worker/client.


options

Optional options: null | IResetOptions

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


postResetOperations

Optional postResetOperations: null | IPostResetOperation[]

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


resetReapplyType

Optional resetReapplyType: null | ResetReapplyType

Deprecated. Use options.


resetType

Optional resetType: null | ResetType

Deprecated. Use options.