cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way I can manually move a stuck process on Call Activity Task?

dharamjeet
Confirmed Champ
Confirmed Champ

Thing is I Override the CallActivityBehavior and due to certain exception the execution failed to leave, and the execution is stuck on the Call Activity Task. Do anybody has a solution for it ? 

4 REPLIES 4

amruta_w
Star Collaborator
Star Collaborator

Can you elaborate your question.

So my process current sate is at Call Activity Behavior. since I have overridden its behavior that is its execute method. on complete as a default behavior it calls leave() but I got an exception in my overriden behavior and the execution got failed to leave .

Have you created the process using call activity? Because I'm not clear with your question.

if you open CallActivitiBehavior class you will see it executes its 'execute(ActivityExecution execution) '. So what I did I changed this method with my overridden method.