A general question
How do I make my workflows modular?
Eg. I want workflow A to do X. And then from Workflow A I want to start Workflow B using the data captured through the steps in from Workflow B.
Eg. I capture a lead and add their data to the CRM in workflow A. Then I take all the output data from workflow A and use it to create invoices in another app inside Workflow B.
Also I then want to reuse Workflow B and link to it from other workflows similarly.
I might link to Workflow B from 5 other workflows. I want to be able to send all the output data between workflows.
I hope my question makes sense.
Reason
1. To make things modular for easier maintenance and debugging. Instead of making and maintaining the exact same setup in 7 different workflows, I want to simply reuse part of them.
2. Performance reasons, as some of my workflows are really long with multiple nested routers and are incredibly slow to work with. And saves often fail so I loose changes because Pabbly Connect times out forcing me to reload and loose all changes.
How do I make my workflows modular?
Eg. I want workflow A to do X. And then from Workflow A I want to start Workflow B using the data captured through the steps in from Workflow B.
Eg. I capture a lead and add their data to the CRM in workflow A. Then I take all the output data from workflow A and use it to create invoices in another app inside Workflow B.
Also I then want to reuse Workflow B and link to it from other workflows similarly.
I might link to Workflow B from 5 other workflows. I want to be able to send all the output data between workflows.
I hope my question makes sense.
Reason
1. To make things modular for easier maintenance and debugging. Instead of making and maintaining the exact same setup in 7 different workflows, I want to simply reuse part of them.
2. Performance reasons, as some of my workflows are really long with multiple nested routers and are incredibly slow to work with. And saves often fail so I loose changes because Pabbly Connect times out forcing me to reload and loose all changes.