i set a global varible “condition_value” , and I turn this value a HashMap to String, et.{“number”:40}.
After that, i wanna the use exclusive gateway to deliver two tasks. i set condition in sequence flow . and it does’t work.
here is my bpmn.
how can i take the value from “condition_value” or improve my bpmn model.
the expression and globle variable are both corret. there’s other reason cause the error
What does the deserialized version look like?
From what I recall, the execution engine will attempt to deserialize the variable before it tries to evaluate.