while working on a case how to open and work on a different case?
Hi I have a requirement where while working on a case when it meets a certain condition in a flow action I need to open a different case and resolve the case systematically and then continue with the original case the user was working. I thought of opening the case in different page(like tempWorkPage instead of pyWorkPage) but there seems to compatibility issues with certain activities as they have been coded with pyWorkPage. Is there a way to use multi threading so as to open the case in new thread? Please point to any resource materials or articles if this functionality is possible.