liugddx commented on code in PR #5949:
URL: https://github.com/apache/seatunnel/pull/5949#discussion_r1419851425


##########
seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/rest/RestConstant.java:
##########
@@ -39,9 +41,13 @@ public class RestConstant {
 
     public static final String JAR_PATH = "jarPath";
 
+    public static final String ERROR_MSG = "errorMsg";
+
     public static final String METRICS = "metrics";
     public static final String RUNNING_JOBS_URL = 
"/hazelcast/rest/maps/running-jobs";
     public static final String RUNNING_JOB_URL = 
"/hazelcast/rest/maps/running-job";
+
+    public static final String FINISHED_JOBS_INFO = 
"/hazelcast/rest/maps/finished-jobs-info";

Review Comment:
   Done.Thank you for your reminder.



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

Reply via email to