I have a flow that user (Human Task) can choose two ways: Valid Ticket and Invalid Ticket<br>To pass to valid way, i used a MinataskClient.Complete and it works. <br>But to go to invalid way, i try to used MinaTaskClient.fail, but this command not continue my task.<br>


<br>My question is:<br>1) Whats the bast way to invalidade a ticket and finish the flow?<br>2)
Its possible to get the task inside Split Constaint? (I think in this
possibility. I get the task and check if it status==&#39;FAILED&#39;)<br>
<br>Thanks