Hi,
I'm currently trying to practice Activi, with the intention of introducing in our project. I have doubt regarding how to design
wait states.
Requirement is like after process starts, some service tasks are performed and process has to go on wait state. At later time process has to continue from where it has been stopped. Basically these wait states are for some UI submit actions by different users.
Apart fron human task and asynchronous tasks, it can be achived by using either intermediate signal catch event or recieve tasks. Which is the better design, using intermediate signal catch event or recieve tasks ?
Thanks in advance.