cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exception in Workflow

Former Member
0 Likes
931

Hi,

In the workflow log, I am seeing a 'broken block in red color' when one of the approver rejects at a particular level. Workflow is not executing for the rejection path. May I know the reason behind this.  I am more worried about the broken red color block. I am seeing the status as 'Error'.

You can observe the difference of the execution of the workflow from the following .

If this is an exception how do I need to handle it. Please help me.

  1. 1.Approved                      2. Rejected                  3. Error/Exception msg

                     

       

View Entire Topic
paul_bakker2
Active Contributor
0 Likes

Hi,

As stated above, the Chronological view is an alternative to the Tree view.

It looks like the "Need Approval" step was not the one that went into error.

The screenshot of error messages is useful, thanks. I see that there are more that aren't being shown, or are all of them non-errors?

It appears there was a temporary error that was retried 3 times before going into error. Try to find this workflow in transaction SWI2_DIAG and see if a "Restart" works.

cheers

Paul

Former Member
0 Likes

Hi Vidyadharan,

Based on your words, I started to search for the exceptions. As you told exception "_Catch_all" needs to be activated. However for all other blocks in that project is handled with custom exceptions. That wasn't handled for this particular case. I did that missing thing and now works as per expectation. Thanks for the great help.

Thanks Paul and Rob.