alishaaaqil opened a new issue, #2054:
URL: https://github.com/apache/incubator-kie-issues/issues/2054
Task Notifications currently supports only ISO 8601 duration syntax (e.g.,
PT1M) for defining deadlines in task notifications. Attempts to use simplified
time formats such as 1m, 2h, or 3d result in a DateTimeParseException at
runtime.
Example of unsupported format in bpmn:
[[from:#{initiator}|tousers:#{employee}|subject:Task
pending|body:<html>...</html>]@[2m]]
Error observed:
java.time.format.DateTimeParseException: Text '1m' could not be parsed at
index 0
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]