Hi,
I created a simple flow with process level boolean variable 'isValid'. And in the auto generated taskform there's a checkbox input. If the user didn't tick the checkbox and submit the form, then the 'isValid' variable is unassigned. And I can't proceed to the next task, which takes 'isValid' as an input variable.
What is the best way to handle this situation?
Thanks in advanced.