Page activation workflow - Skip END step | Community
Skip to main content
New Participant
January 23, 2025

Page activation workflow - Skip END step

  • January 23, 2025
  • 3 replies
  • 933 views

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()); 

Need your suggestions

 

Thanks!

3 replies

kautuk_sahni
Employee
January 27, 2025

@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
arunpatidar
New Participant
January 23, 2025
New Participant
January 23, 2025

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

New Participant
January 23, 2025

 

SreenivasBr
New Participant
January 23, 2025

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.