The expression i passed in the camunda modeler is:
#(teamName ==‘India’}
The variables i passed for this expression in the Postman is:
{“variables”:
{“teamName”: {“value”: “India”}
}
}
Facing the below issue:
“Cannot complete task b6cd0831-6a66-11ea-ab15-621a1d4f98c2: condition expression returns non-Boolean: result has class java.lang.String and not java.lang.Boolean”