flux execution
Manage workflow executions.
Manage workflow executions.
Sub-commands
flux execution approvals— List approval requests.flux execution approve— Approve a pending approval request.flux execution list— List workflow executions.flux execution reject— Reject a pending approval request.flux execution show— Show details of a specific execution.
flux execution approvals
List approval requests.
Options
--status— Filter by approval status. (default:pending)--execution— Scope to one execution.--namespace— Filter by namespace.--task— Filter by task name.--workflow— Filter by workflow: ‘<name>’ or ‘<namespace>/<name>’.--age— Minimum age, e.g. ‘1h’, ‘24h’, ‘7d’.--limit— (default:20)--json— Output JSON.--server-url,-cp-url— Server URL to connect to.
flux execution approve
Approve a pending approval request.
Arguments
execution_id(text, required)task_call_id(text, required)
Options
--reason— Optional reason for the decision.--always— Standing grant: also auto-approve every later approval gate on the same task within this execution (including retry attempts).--server-url,-cp-url— Server URL to connect to.
flux execution list
List workflow executions.
Options
--workflow,-w— Filter by workflow reference (namespace/name or bare name)--namespace,-n— Filter by namespace--state,-s— Filter by execution state (e.g., RUNNING, COMPLETED, FAILED)--limit,-l— Maximum number of results (default:50)--offset,-o— Number of results to skip--format,-f— Output format (simple or json) (default:simple)--server-url,-cp-url— Server URL to connect to.
flux execution reject
Reject a pending approval request.
Arguments
execution_id(text, required)task_call_id(text, required)
Options
--reason— Optional reason for the decision.--server-url,-cp-url— Server URL to connect to.
flux execution show
Show details of a specific execution.
Arguments
execution_id(text, required)
Options
--detailed,-d— Show detailed execution information--server-url,-cp-url— Server URL to connect to.
Generated from flux/cli.py. Last verified against Flux 0.56.0.