I am starting a process from a ToDo list. The process displays a form, and then sets the status of the ToDon list item to 'Completed'. The problem is that if the user presses the Cancel / Close button on the form, the process doesn't know, so the ToDo list item is flagged as completed, even though the user didn't process the form.
Is there any way to detect that the user chose the Cancel / Close option?