enqueue_workflow
Submit a ComfyUI workflow for execution and obtain the prompt_id and queue position immediately. Track progress with get_job_status or retrieve results with get_history.
Instructions
Submit a ComfyUI workflow for execution and return immediately with the prompt_id and queue position. Does not wait for completion. Use get_job_status to check progress later, or get_history to retrieve results and images after completion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow | Yes | ComfyUI workflow in API format (node ID -> {class_type, inputs}) | |
| disable_random_seed | No | If true, do not randomize seed values |