Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lint zeebe:TaskSchedule Extension Elements #84

Closed
philippfromme opened this issue Mar 13, 2023 · 1 comment
Closed

Lint zeebe:TaskSchedule Extension Elements #84

philippfromme opened this issue Mar 13, 2023 · 1 comment
Labels

Comments

@philippfromme
Copy link
Collaborator

philippfromme commented Mar 13, 2023

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 camunda/zeebe-bpmn-moddle#45
Related to camunda/camunda-modeler#3484

@philippfromme
Copy link
Collaborator Author

Closed via 4dab946

@bpmn-io-tasks bpmn-io-tasks bot removed the backlog Queued in backlog label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants