Workflows - Add sub-workflow as an action step

With the launch of Softr workflows, we now have the ability to program business logic into our applications without the need for external tools. This is a game changer!

As workflows become more advanced, having the ability to re-use a workflow for multiple scenarios will help reduce duplication of effort and increase consistency of workflow execution. A common way to accomplish this is to allow one workflow to send data to another workflow that is built to perform a specific.

A successful example of this implementation would be n8n and sub-workflows.

I would like to request similar functionality be brought to Softr workflows.

1 Like

Yep, great point, and something we are working on. Thanks for bringing it up and for your support.

1 Like

In the meantime, you can use the “call API” action and then use the “webhook trigger” to trigger other workflows within Softr.

1 Like