get_queued_workflow
Retrieve the full workflow payload of a pending queue item using its prompt_id. This read-only operation provides access to queued workflows without affecting execution.
Instructions
Return the full workflow payload for one PENDING queue item by prompt_id. Read-only. This does not work for the currently running job because ComfyUI cannot safely edit a job after execution starts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | The prompt_id of a pending queue item. |