hi,
In our project we designed many large-scaled processes. But we encountered a strange situation. I want to learn whether it is expected situation.
In our process, process completed last task in call activity and went out of call activiti. After call activiti, there is a service task. but when service task is executed, system throws an exception and transaction mechanism works but it can not return to call activiti. When this happens, process can not go on. If I use embedded sub process, roll back mechanism works. But in call activity, ıt does not.
Now my question is "Is it a bug or not." I am using 5.8
Thanks