How would I model the following (using version 8) in a process model?
My model has a user task “Assess Request”. This is a manual step that a user under takes. However, it could be possible that during this step an environmental study (separate process) needs to be undertaken, but not always necessary.
I have defined “environmental study” in a separate process model. Other processes could invoke this through a “call activity”.
How do I model my user task “Assess Request” in relation to this “call activity”? While the environmental study process is underway, I don’t want the “Assess Request” task to stop (they can run in parallel).
cheers,