Abhitocode opened a new issue, #2269: URL: https://github.com/apache/incubator-kie-issues/issues/2269
When a BPMN process defines a timer with a cron expression in the timeCycle element, the process fails at runtime with an error parsing the time string. The engine passes the cron expression directly to `DateTimeUtils.parseRepeatableDateTime()`, which only understands ISO-8601 repeatable format (e.g. R3/PT1S). Cron expressions are never detected or handled. -- 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]
