Is there any way to display the confirmation message in bonita 7.0.3?

1
-2
-1

I have two check boxes. And I want to select any one of them or both, so the flow will continue based on the selection. In the UI form I need to get a confirmation message whether we are sure to submit the form. If we click on Ok, it will go to the next step. If we click on cancel, the same form should reload and we are able to select the values. Is there any possibility to do this? If so please suggest me how to do.

1 answer

1
0
-1

Hello,

The best way to handle this would be to create you own button widget.
This way, you can add the behavior you want in the controller of the widget and then call the REST API to submit the task (look for the section "Execute a task with contract" here ).

Notifications