-
Notifications
You must be signed in to change notification settings - Fork 496
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
Support Due and Follow-Up Date Properties in Camunda 8 User Tasks #3484
Labels
BPMN
Camunda 7
Flags an issue as related to Camunda Automation Platform 7
enhancement
New feature or request
Milestone
Comments
Moving to ready to be picked up in the next planning as this has the target version 8.2 |
philippfromme
added a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Mar 13, 2023
philippfromme
added a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Mar 13, 2023
This was referenced Mar 13, 2023
philippfromme
added a commit
to camunda/zeebe-bpmn-moddle
that referenced
this issue
Mar 13, 2023
This was referenced Mar 13, 2023
@koevskinikola I assume, the linter should disallow using due and follow-up date before version 8.2? |
Hey @philippfromme, yes, user task due and follow-up dates will be supported from Zeebe |
This was referenced Mar 15, 2023
philippfromme
added a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Mar 23, 2023
nikku
pushed a commit
to camunda/camunda-bpmn-js
that referenced
this issue
Mar 23, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
BPMN
Camunda 7
Flags an issue as related to Camunda Automation Platform 7
enhancement
New feature or request
Problem you would like to solve
Currently, due and follow-up dates are a missing piece for user tasks in Camunda Platform 8. They will be supported with https://github.com/camunda/product-hub/issues/215.
Proposed solution
The
dueDate
andfollowUpDate
attributes are added through a new user task extension element calledtaskSchedule
. The BPMN XML should look like the following example:The
dueDate
andfollowUpDate
attributes support static values and FEEL expressions. The expected output should be a valid ISO 8601 combined date and time representation (as with time date timer events). For static values, it might be a good UX to validate the DateTime string in the modeler.Additional context
The Zeebe workflow engine will perform the following validations on the
dueDate
andfollowUpDate
values:The target release for this epic is Camunda Platform 8
8.2.0
.The text was updated successfully, but these errors were encountered: