I have a example in activiti. in my case it is not rollback to the initial state when exception occurs in service task. my diagram uploaded. Do yo have any idea? Please help me. Thanx
Hi, ms.arab! In case of unhandled exceptions process rolls back to previous asynchronous point. In your case it should roll back to UserTask1, since user tasks are always asynchronous.