Hello,
When working with BPA Worfklows, User Interaction Type, there is a way to hide the cancel button:
The result is as follows:
You can see that while the Cancel button is hidden, the Exit Cross at the top left is not.
I’m getting some weird behavior where, if you do NOT hide the Cancel button, then clicking the Cross effectively acts as a cancellation button, and cancels the workflow execution
If you DO hide the button however, clicking the exit cross causes the following error:
Is there a way to either hide the cross entirely, or make the cross behave in a fashion that does not result in an error? (For example, calling a separate task or api etc if the user hits the cross).
Basically, is there a way to control for the user hitting the cross in any way if you’ve hidden the Cancel button from the form ?