Expand my Community achievements bar.

Page activation workflow - Skip END step

Avatar

Level 2

Hi Team,
In Page activation workflow, we have two steps to complete the operation.

1 . Approve / Reject

2. End

whenever user approve the request, it is still asking to end the workflow to complete the request. We need to skip the END step, so I tried to remove but the workflow is running forever and the only option I get is to terminate the workflow manually in Instances.

we tried without deleting the end step, by creating custom Process step to terminate the workflow without manual intervention but no luck.
workflowSession.terminateWorkflow(workItem.getWorkflow()); 

Vignesh_K_S_0-1737612083241.png

Need your suggestions

 

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

6 Replies

Avatar

Level 5

I can see that the step just before the End Step in both the branches, is a participant step. Hence it will need a user's consent to go to next step. If you do not want a participant step, make it a process step instead.

Avatar

Community Advisor

Avatar

Level 2

Hi @arunpatidar , Thanks for your suggestion. The END step which we are using is No Operation Process but still having this issue. Do we have any other ways to avoid this step

Avatar

Level 2

Vignesh_K_S_0-1737636390100.png

 

Avatar

Community Advisor

Avatar

Administrator

@Vignesh_K_S Did you find the suggestions helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!

 



Kautuk Sahni