Skip to main content

Interface: $Properties

v1.BatchOperationReset.$Properties

Properties of a BatchOperationReset.

Hierarchy

Properties

identity

Optional identity: null | string

The identity of the worker/client.


options

Optional options: null | $Properties

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


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


resetReapplyType

Optional resetReapplyType: null | ResetReapplyType

Deprecated. Use options.


resetType

Optional resetType: null | ResetType

Deprecated. Use options.