flux workflow
`flux workflow` reference.
flux workflow command.
Sub-commands
flux workflow cancel— Cancel a running workflow execution.flux workflow delete— Delete a workflow (all versions or a specific version).flux workflow list— List all registered workflows.flux workflow list-namespaces— List all namespaces with workflow counts.flux workflow register— Register workflows from a file.flux workflow resume— Run the specified workflow.flux workflow run— Run the specified workflow.flux workflow show— Show the details of a registered workflow.flux workflow status— Check the status of a workflow execution.flux workflow versions— List all versions of a workflow.
flux workflow cancel
Cancel a running workflow execution.
Arguments
workflow_name(text, required)execution_id(text, required)
Options
--server-url,-cp-url— Server URL to connect to.
flux workflow delete
Delete a workflow (all versions or a specific version).
Arguments
workflow_name(text, required)
Options
--version,-v— Specific version to delete (defaults to all versions)--force,-f— Skip confirmation prompt--format— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux workflow list
List all registered workflows.
Options
--namespace,-n— Filter by namespace--format,-f— Output format (simple or json) (default:simple)--server-url,-cp-url— Server URL to connect to.
flux workflow list-namespaces
List all namespaces with workflow counts.
Options
--format,-f— Output format (simple or json) (default:simple)--server-url,-cp-url— Server URL to connect to.
flux workflow register
Register workflows from a file.
Arguments
filename(text, required)
Options
--format,-f— Output format (default:simple)--server-url,-cp-url— Server URL to connect to.
flux workflow resume
Run the specified workflow.
Arguments
workflow_name(text, required)execution_id(text, required)input(text, required)
Options
--mode,-m— Execution mode (sync, async, or stream) (default:async)--detailed,-d— Show detailed execution information--server-url,-cp-url— Server URL to connect to.
flux workflow run
Run the specified workflow.
Arguments
workflow_name(text, required)input(text, required)
Options
--mode,-m— Execution mode (sync, async, or stream) (default:async)--version,-v— Specific workflow version to run (defaults to latest)--detailed,-d— Show detailed execution information--server-url,-cp-url— Server URL to connect to.
flux workflow show
Show the details of a registered workflow.
Arguments
workflow_name(text, required)
Options
--version,-v— Specific workflow version to show (defaults to latest)--format,-f— Output format (simple or json) (default:simple)--server-url,-cp-url— Server URL to connect to.
flux workflow status
Check the status of a workflow execution.
Arguments
workflow_name(text, required)execution_id(text, required)
Options
--detailed,-d— Show detailed execution information--server-url,-cp-url— Server URL to connect to.
flux workflow versions
List all versions of a workflow.
Arguments
workflow_name(text, required)
Options
--format,-f— Output format (simple or json) (default:simple)--server-url,-cp-url— Server URL to connect to.
Generated from flux/cli.py. Last verified against Flux 0.56.0.