wmedvede commented on code in PR #2038:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2038#discussion_r1573196351
##########
jobs-service/jobs-service-common/src/main/java/org/kie/kogito/jobs/service/repository/marshaller/JobDetailsMarshaller.java:
##########
@@ -82,6 +82,7 @@ private static class JobDetailsAccessor {
private Map<String, Object> trigger;
private Long executionTimeout;
private String executionTimeoutUnit;
+ private Date created;
Review Comment:
yeah..., it could be. On the other hand I tried to make it kind of
consistent to what we see in the DI for things like the UserTasks
UserTaskInstances {
started,
lastUpdate,
}
--
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]