Interface: IBatchOperationReset
Properties of a BatchOperationReset.
Hierarchy
-
↳
IBatchOperationReset
Properties
identity
• Optional identity: null | string
The identity of the worker/client.
Inherited from
options
• Optional options: null | $Properties
Describes what to reset to and how. If set, reset_type and reset_reapply_type are ignored.
Inherited from
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
resetType
• Optional resetType: null | ResetType
Deprecated. Use options.