client.cli.workflow.reset
Workflow reset command.
Functions
|
Reset a workflow to REGISTERED state. |
Module Contents
- client.cli.workflow.reset.reset(workflow_id: int, partial: bool) None
Reset a workflow to REGISTERED state.
This allows a failed workflow to be re-run. Only works on workflows in ERROR state and you must be the workflow owner.
b .. rubric:: Examples
# Full reset - all tasks reset jobmon workflow reset -w 12345
# Partial reset - keep completed tasks jobmon workflow reset -w 12345 –partial