When I click on the task itself, a modal pops up to help the user complete the task with more details. (I have a workflow for that)
However, I don’t want this workflow to execute when I am clicking on the checkbox as user would just want to change the status and not want more details.
But when I try to click on the checkbox, the modal pops up. I don’t want the modal to pop up when I click on the checkbox, only when I click anywhere else on the task.
How do I make this happen and prevent the workflow from firing?