Hello everyone! I try to add a script task with FEEL implementation. According to the documentation, FEEL engine is bundled with Zeebe 8 and there is no need for additional job workers. But it fails to deploy with this error:
Command ‘CREATE’ rejected with code ‘INVALID_ARGUMENT’: Expected to deploy new resources, but encountered the following errors:
‘bp.bpmn’: Unable to process unknown element with name script [ deploy-error ]
I set up FEEL expression in the modeller. But xml view lacks any mention of “FEEL script”. Xml view:
<bpmn:scriptTask id="1" name="SCRIPT">
<bpmn:extensionElements>
<zeebe:script expression="=5" resultVariable="result" />
</bpmn:extensionElements>
<bpmn:incoming>2</bpmn:incoming>
<bpmn:outgoing>3</bpmn:outgoing>
</bpmn:scriptTask>
Is this a bug in the modeller and I can manually add some property?