martinweiler opened a new issue, #2230:
URL: https://github.com/apache/incubator-kie-issues/issues/2230
Given a process definition with the following task reassignment:
```
[users:John,Jane|groups:Admins]@[365D]
```
Starting a task fails with the following exception:
```
java.time.format.DateTimeParseException: Text cannot be parsed to a Duration
at java.base/java.time.Duration.parse(Duration.java:419)
at
org.kie.kogito.usertask.impl.model.DeadlineHelper.getReassignmentSchedule(DeadlineHelper.java:136)
at
org.kie.kogito.usertask.impl.model.DeadlineHelper.parseDeadline(DeadlineHelper.java:125)
at
org.kie.kogito.usertask.impl.model.DeadlineHelper.lambda$parseDeadlines$0(DeadlineHelper.java:114)
```
--
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]