Initiate a flow in middle of the same flow without replacing the work object that flow is run
Hi ,
We have a flow that creates objects that hold different data based on the different parameters is bieng passed. That flow is called as the interaction flow. There is a requriement to create a object which will be used to capture different set of data within the interaction . Since the same type of work object has been created as the result of initiation of interaction the second work object should not create work ID. It must be a temporary one which will capture and commit data to database using same flow with different parameters.
Can we call the same flow without replacing the pyWorkObject in the middle of the flow?