Hi,
no outgoing sequence flow of the exclusive gateway could be selected for continuing the process
Means that expression ${responseVar.Results.output1.value.Values.get(0).get(0) == '4' }
was resolved, but result is false. I would expect responseVar.Results.output1.value.Values.get(0).get(0)
returns kind of object, and that’s why expression is evaluated to false. Could you debug process flowhttps://blog.flowable.org/2018/05/30/process-debugger/ and evaluate expression after the call?
Regards
Martin