Class: ResetOptions
Describes where and how to reset a workflow, used for batch reset currently and may be used for single-workflow reset later.
Properties
buildId
• Optional buildId: null | string
Resets to the first workflow task processed by this build id. If the workflow was not processed by the build id, or the workflow task can't be determined, no reset will be performed. Note that by default, this reset is allowed to be to a prior run in a chain of continue-as-new.
currentRunOnly
• currentRunOnly: boolean
If true, limit the reset to only within the current run. (Applies to build_id targets and possibly others in the future.)
firstWorkflowTask
• Optional firstWorkflowTask: null | $Properties
Resets to the first workflow task completed or started event.
lastWorkflowTask
• Optional lastWorkflowTask: null | $Properties
Resets to the last workflow task completed or started event.