Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
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.
Discussion posts and replies are publicly visible
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
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"?
We should not use multiple rule events after each and every step.
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-servicesYou can use these smart services in your related action process model.