Process end if sequenceflow condition is not true
Hi! I got a task fooBar with only one sequenceflow connected from it. The sequenceflow got a condition ${A==true}. My problem is when I complete the task and A is false. Then the task completes and the process ends. The behavior I wishes to have is t...