ComfyUI Node
arkennemasis Run Collect (wait for every cell)
The barrier between generating and summarising. With a fan-out the cells run concurrently and finish in no particular order, so anything that reports on the whole run has to wait for all of them — otherwise the board and the store export are free to execute first and write nothing, while the run still reports success.
arkennemasis Run Collect (wait for every cell)
- jobs_dir
- delivered
- report
◄delivered_paths—►
◄jobs_dirvariation/jobs►
◄job_reports—►
Categoryarkennemasis/Variation
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| delivered_paths | STRING | Wire Deliver's master_path here. It arrives as the whole list, which is what forces the wait. | |
| jobs_dir | STRING | variation/jobs | — |
| job_reportsopt | STRING | Wire Remember this variation's report here too. Without it the wait covers only the file writes, not the durable status the summary reads. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| jobs_dir | STRING | — |
| delivered | INT | — |
| report | STRING | — |