User Input in called "Run Workflow"s

Is it possible to call a workflow (in the same agent) and have use a “User Input” node? I haven’t been able to get this to work. Do we have to maintain all of those nodes in our Main workflow, or am I missing a configuration somewhere?

If I’m understanding correctly, you could use the Jump to workflow block to make this happen. The “Run Workflow” block executes workflows in the background, meaning no user interaction—so any variables need to be handled on the main thread.

1 Like