Conditional Flow is not working

Check org.flowable.http.bpmn.HttpServiceTaskTest#testHttpGet2XX tests in the flowable source.

turn debugger on (Process debugger - #21 by martin.grofcik). There are blogs about the debugger usage already with some small modifications.
Process debugger expression resolver++ – crystal processes

Debugger can show you which variables are present on the execution.

Martin