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!
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
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
Views
Replies
Total Likes
Hi @Vignesh_K_S
Please check, same here
@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!
Views
Replies
Total Likes
Views
Likes
Replies