How to skip remain processes on casemap after condition is failed
Hi ivy team
I'm using ivy 7.0.1 and i have a example like this:
![alt text][1]
As you see in *Chatting* i have a condition that in user can get contact of girl, then that process can be triggered, otherwise it should be skipped.
It's working fine as my expectation, but now the requirement expand, my customer want that not only *chatting* but also all remaining processes should be skipped. but with current implementation, *Datting*, *Express love* still run even *Chatting* was skipped.
If i want to archive that requirement, i need to put condition *is contact available* for all remaining processes(after *chatting*), For me this is not a good solution because if we have several similar conditions like this, we need to apply it for all remaining processes.
My question is: Whether i can skip the remaining process by API? After *chatting* is skipped, i want the process is end programmatically.
Thanks
[1]: https://answers.axonivy.com/upfiles/yy_VS2sF4N.png