Calling another workflow from a workflow

Hello All,

Is there a way to run another workflow (B) from a wokflow (A)?
Say Workflow A is running, in Workflow A I would like to call Workflow B.
Presumably, when Workflow B would be done, it would come back to Workflow A and continue Workflow A.

Thanks,
Guy

1 Like

you can do that with custom events
https://manual.bubble.io/core-resources/actions/custom#custom-event-1

2 Likes

OK. Thanks. I will read about it. I have never done a Custom Event.
Guy

Yes, Custom Events wait for the step to complete.

Another way is to schedule an API workflow, that method does not wait.

This topic was automatically closed after 70 days. New replies are no longer allowed.