Question
Create identical sibling case within the context of the parent case
Our scenario is as follows
Parent
-Child1
Currently we have it setup that on completion of Child1, we queue up a task that will be run by Parent to create a sibling Child1.2 (Followup of Child1).
We are looking into moving away from that model as it's proven to not be 100% reliable and instead go with a model of Child1 completion flow generates Child1.2 and closes Child1 on successful creation of Child1.2
I have not been able to figure out how to change the context within the resolution flow of Child1, to run a subprocess as if run by Parent since i cannot run the creation of Child1.2 within the context of Child1 (coverid, relationships need to be set)
Any ideas?
Thanks,
Hello,
Could you call something like the activity AddWork to create the Child 1.2 and add it to the parent?
Thanks,
Mike