yesamer opened a new issue, #7068: URL: https://github.com/apache/incubator-kie/issues/7068
The engine can parse, execute, and manage `years and month duration` values like `P1Y1M1D`. <img width="689" alt="Screenshot 2024-05-21 at 18 07 30" src="https://github.com/apache/incubator-kie-issues/assets/16005046/a893750f-b8c8-4480-b331-2ff9772b1248"> As the type name suggests, that value should be invalid. The reason for that behavior is the engine manages the `years and month duration` type as `Period` Java type, which allows the days' usage. @baldimir @gitgabrio -- 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]
