client.cli.workflow.reset ========================= .. py:module:: client.cli.workflow.reset .. autoapi-nested-parse:: Workflow reset command. Functions --------- .. autoapisummary:: client.cli.workflow.reset.reset Module Contents --------------- .. py:function:: 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