Rollback activity in nested call activity using compensate and cancel event is possible?

Suppose i am having 3 separate call activity and i need to rollback in service task as showed in 3rd subflow. From where can i trigger that compensate…

Hello @hitu9909 ,

Compensation is triggered by the Compensation Throw Event: Cancel and Compensation Events | docs.camunda.org

As you are using call activities, please keep in mind that the service task will only be compensated if the call activity that exists on the process level the compensation is triggered from is complete.

Jonathan

2 Likes

Thank you jonathan for your valuable reply.

1 Like