Skip to main content
mohank0008
September 15, 2022
Solved

Pausing the process instance upon taking the relation action

  • September 15, 2022
  • 4 replies
  • 0 views

My use case:

After taking an action in the interface, I need to pause the process instance until It gets resumed back by the actor.

Best answer by sunilnaikb0002

You can add a plug-in using the link below to perform all the process management smart services like pausing and resuming processes.

https://community.appian.com/b/appmarket/posts/process-management-services

You can use these smart services in your related action process model.

4 replies

September 15, 2022

You can use the rule event in that case and set the value of the process variable and when the particular value matches with the process variable value it will resume the instance

sunilnaikb0002
September 15, 2022

But that doesn't change the status of the process instance in the process report.
Can you think of any other solution that actually changes the status of the process to "Paused"?