How to terminate the UIPath process with a messagebox cancel button

Hey! I have a hopefully simple question. I just want a messagebox to pop up for the user, with an OK and a CANCEL button. I want the ongoing UIPATH process to stop if the user clicks to the Cancel button.
The first step with the msgbox and the two button is okay: ButtonOptions.OkCancel

Any help appreciated!
Ben

@bencemarci You can terminate the process using terminate workflow activity. Please find the related work flow for this process

MessageBox.zip (2.3 KB)

Please use below video for more info on terminate workflow activity

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.