Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Exceptions in the workflow's approvers list

sujana_koduri
Participant
0 Kudos

I have added an exception in a block statment . When an approval work item is rejected the exception should be triggered . But it is not happening . I have added the exception under local events in the header of the workflow . i have maintained a process control within the block to raise the exception . But the exception is not getting triggered . Please help .

1 REPLY 1

Former Member
0 Kudos

Ranjith,

     Make sure that exceptions are in active state in the block where you have declared them. You can also check the work item data from transaction SWI1 to see if the required steps have been executed.

Hope this helps,

~Athreya