camunda / bpmnlint-plugin-camunda-compat

A bpmnlint plug-in for Camunda BPMN compatibility.
MIT License
0 stars 2 forks source link

Lint `zeebe:TaskSchedule` Extension Elements #84

Closed philippfromme closed 1 year ago

philippfromme commented 1 year ago

zeebe:TaskSchedule extension elements supported by Camunda 8.2 will be validated by the engine. Both dueDate and followUpDate will be validated to be either valid FEEL expressions or valid ISO 8601 DateTime strings. zeebe:TaskSchedule extension elements are only allowed by Camunda 8.2 and newer.

<userTask id="UserTask_1">
    <extensionElements>
        <zeebe:taskSchedule dueDate="2023-04-20T04:20:00Z" followUpDate="=followUpDate" />
    </extensionElements>
</userTask>

Requires https://github.com/camunda/zeebe-bpmn-moddle/pull/45 Related to https://github.com/camunda/camunda-modeler/issues/3484

philippfromme commented 1 year ago

Closed via https://github.com/camunda/bpmnlint-plugin-camunda-compat/commit/4dab94618d9299967a8c3f3d8bdb995a48589fea