cancel
Showing results for 
Search instead for 
Did you mean: 

rejection text

former_member389853
Participant
0 Kudos

When a user clicks on the reject button in the task,

Am getting the pop-up to give the rejection reason.

But, When
the “cancel” icon is selected, with or without text, the user should be returned
to the workflow task. 

 

How can i do this.

Am using  FM 'CATSXT_SIMPLE_TEXT_EDITOR'.

Please advice.

Accepted Solutions (0)

Answers (1)

Answers (1)

anjan_paul
Active Contributor
0 Kudos

Hi,

    You can make the task asynchrounous and use custome terminaing event,   and check CH_TEXT is initial or not. if  not initial,  raise  terminatin event to complete the task where you usin FM 'CATSXT_SIMPLE_TEXT_EDITOR'.