Two sequential “Run Workflow” calls: second one (“Run URLs” in “Query” workflow) fails
Context: Parent workflow has two Run Workflow blocks set to sequential (lower test cost, as I stop the run). Each sub-workflow works alone. With both present, the second call—“Run URLs” inside “Query”, doesn’t execute/return outputs.
Remix:
https://app.mindstudio.ai/agents/open-prolearn-ai-studio-v2-bd0ca4e1/remix
Repro (short):
-
Parent calls Sub A → Sub B (both via Run Workflow, sequential)
-
Whichever is second fails or returns empty (even if you include any other Run Workflow block, such as an empty one, it will not run).
Already tried:
-
Unique input/output mappings (no collisions)
-
Launch Vars + Terminator JSON set in both subs
-
No circular calls; no parallel groups
-
Debugger shows no clear error for the second call
Ask:
Is there a known issue or hidden constraint with two sequential Run Workflow calls?
Please help! I’m stuck for the past days…