Hi Dear Community.
Using the Expression
<bpmn:sequenceFlow id="SequenceFlow_0sswoeg" name="Нет" sourceRef="ExclusiveGateway_0jc2dhm" targetRef="IntermediateThrowEvent_0pzludv">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression">${!contains(operatorRoles, "gogo")}</bpmn:conditionExpression>
</bpmn:sequenceFlow>
I get the error
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'processEngineFactoryBean': FactoryBean threw exception on object creation; nested exception is org.camunda.bpm.engine.ProcessEngineException: ENGINE-01009 Error while parsing process. Could not resolve function 'contains'.
Could you please suggest if the function has the limited availability (version? cloud only?)? Or am I doing anything wrong (syntax?)? How could I fix it?
Thanks a lot in advance!