viewExecution() shows 🔄 Re-run Command whenever any command_sent log entry exists – including workflow executions. Clicking it copies the first step's command into Quick Command targeting that worker, dropping the rest of the workflow, parameters and prompts. It also silently leaves the worker dropdown unchanged if that worker id is no longer listed, and never switches the mode back to "Single Worker".
Suggested fix
For workflow executions offer Re-run workflow (re-POST /api/executions with the same workflow_id and the params from the params log entry).
For quick commands keep the current behaviour but force single mode and validate the worker still exists (offer a picker otherwise).
## Overview
`viewExecution()` shows **🔄 Re-run Command** whenever any `command_sent` log entry exists – including workflow executions. Clicking it copies the *first* step's command into Quick Command targeting that worker, dropping the rest of the workflow, parameters and prompts. It also silently leaves the worker dropdown unchanged if that worker id is no longer listed, and never switches the mode back to "Single Worker".
## Suggested fix
- For workflow executions offer **Re-run workflow** (re-POST `/api/executions` with the same `workflow_id` and the `params` from the `params` log entry).
- For quick commands keep the current behaviour but force single mode and validate the worker still exists (offer a picker otherwise).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Overview
viewExecution()shows 🔄 Re-run Command whenever anycommand_sentlog entry exists – including workflow executions. Clicking it copies the first step's command into Quick Command targeting that worker, dropping the rest of the workflow, parameters and prompts. It also silently leaves the worker dropdown unchanged if that worker id is no longer listed, and never switches the mode back to "Single Worker".Suggested fix
/api/executionswith the sameworkflow_idand theparamsfrom theparamslog entry).