Terminate the process when "x" button of Input Dialog activity is clicked

Is there a way to terminate the process or the process will not continue if the “X” button of the input dialog activity is clicked ?

Capture 3

1 Like

Hmm kind of @jovarie.inoc
It will throw an error if the next activity looks for som input from this input dialog box

1 Like

Thank you very much for your response.

But I already created a condition if the user did not select any option on the dropdown then message box will popup and it will only loop back to the selection after I clicked the “OK” button of the message box.

That’s why I am asking is there a way to terminate or stop the process if I clicked the “X” button of Input Dialog Activity ?

Best Regards,

1 Like

Well not directly with that cross button
May be you can get like response from the same input dialog box and use a if condition next to and see if it’s to terminate then use TERMINATE WORKLFOW activity in then block

You can have multiple responses added to input dialog box which can help u in this scenario

Have a view on this on how to do it

https://docs.uipath.com/activities/other/latest/user-guide/input-dialog

Cheers @jovarie.inoc

1 Like

Thank you so much for your response.

Cheers @Palaniyappan

1 Like

Glad to @jovarie.inoc

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