Zeebe Script task

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?

The reason was an old version of zeebe. I have updated it to 8.2 and that solved the issue.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.