Resume flow on multiple split flows
Hello,
Right now we have a requirement where we need to launch a new flow for each client and all should be processed in parallel, at some point the each flow will be waiting for an email response, where we will have to resume flow, the question is, how can we call ResumeFlow activity for an specific flow if we will have many flows with the same name at the same flow action?
Hello,
The flowName parameter on ResumeFlow maps to the index on the pxFlow page for that specific assignment. If you call the same flow on a work object multiple times you will get subscripts in the indices like yourFlow, yourFlow_1, yourFlow_2, etc. When you call resume flow, you just need to pass in the correct reference to the pxFlow page with the assignment you are trying to resume.
Thanks,
Mike