Can we pass Data between inbound flows

Can I use a dedicated inbound flow as a "reusable task" for multiple or other inbound flows?

In other words, flow A prompts the caller to enter their account number
Flow A does a "transfer to flow" to the "reusable" Flow B. In Flow B all we are doing is Collect Input -->Call Data Action to a web service that inputs Flow.AcctNumber and outputs Flow.OutAcctNumber with a value of 12345 and then
Transfer to Flow=Flow A in the task

Will the collected input and output be passed back to Flow A?

The idea is to use an inbound flow as a big reusable task to do multiple types of web service call(s), put them in a switch because each web service would gather different data (ie. account number, date of birth, SSN 9 digits or 4, etc.) and any inbound flow that requires a web service we can point it to this flow and the switch (and decision) objects would determine what flow it needed to go back to.

Hopefully that made sense.

Thanks in advance

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.