I want to show the confirmation message to user and after process completion need to redirect user to new interface. As per my knowledge we don't have any other method to show the pop-up apart from ButtonWidget hence using the same. Below is the code in which i am calling process model through ButtonWidget and once the process gets completed it should open a different interface.
Please suggest.
Discussion posts and replies are publicly visible
Hello,
use a!startProcessLink instead and set activity chaining in the process model.
ButtonWidget and startProcessLink both can't work together. Because we need to show the confirmation message as well.