martinweiler commented on code in PR #4164:
URL: 
https://github.com/apache/incubator-kie-kogito-runtimes/pull/4164#discussion_r2706241494


##########
jbpm/jbpm-usertask/src/main/java/org/kie/kogito/usertask/impl/lifecycle/WsHumanTaskLifeCycle.java:
##########
@@ -45,8 +51,11 @@ public class WsHumanTaskLifeCycle implements 
UserTaskLifeCycle {
     private static final String PARAMETER_DELEGATED_USER = "DELEGATED_USER";
     private static final String PARAMETER_FORWARDED_USERS = "FORWARDED_USERS";
     private static final String PARAMETER_NOMINATED_USERS = "NOMINATED_USERS";
+    private static final String PARAMETER_SUSPEND_UNTIL = "SUSPEND_UNTIL";
 
     private static final String SKIPPABLE = "Skippable";
+    private static final String SUSPEND_UNTIL = "SuspendUntil";

Review Comment:
   This must be aligned with v8 for backwards compatibility, so I think it 
should be `suspendUntil` 
   
https://github.com/kiegroup/jbpm/blob/main/jbpm-flow/src/main/java/org/jbpm/workflow/instance/node/HumanTaskNodeInstance.java#L36
 



-- 
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]

Reply via email to