Question
IKOR
AU
Last activity: 16 Mar 2018 19:46 EDT
Withdraw Cases.
Hi,
My requirement was to withdraw draft case after 30 days, to update the status.
The Procedure which i followed was :-
AGENT> ACTIVITY
1.Open the case using ID
2. Updated the status
3.Use the method OBJ-SET-TICKET to go to the flow.
4. Save the record.
-----------------------------------------------------------------------------------
But the problem with this approch is that, if there is an already withdrawn case or currupt case, its throwing an exception. Its going to the flow but nevwe returning from the flow.
The Error is diffrent each time , depending on the case.
-------------------------------------------------------------------------------------
Please provide some help on this.
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi Abhishek,
After open the case, better to use resume flow, finish assignment methods to complete the current assignment task and based on flag (after 30days) change the flow path to the end shape with status update.