Hi Everyone,
I have two process models p1 and p2. In p1 there is a user input tasks which opens the interface. In this interface there is a save button which runs the p2, but when p2 completes it is not refreshing the interface variables. I am using the refreshAfter param in refreshvariable function. Can anyone please help me out.
Discussion posts and replies are publicly visible
Rahul009 Are you using startProcessLink() to initiate P2?Also can you share code snippet of refreshvariable and save button once.
Hi Shubham Aware , can we use startProcessLink in button widget to display it as buttom. I am currently using startprocess in savinto param of button.