ZihanLi58 commented on code in PR #3684:
URL: https://github.com/apache/gobblin/pull/3684#discussion_r1174157360


##########
gobblin-utility/src/main/java/org/apache/gobblin/util/JobLauncherUtils.java:
##########
@@ -68,6 +68,16 @@ public static String newJobId(String jobName) {
     return Id.Job.create(jobName, System.currentTimeMillis()).toString();
   }
 
+  /**
+   * Create a new job ID from a flow execution ID.
+   *
+   * @param jobName job name
+   * @return new job ID
+   */
+  public static String newJobId(String jobName, long flowId) {

Review Comment:
   public static String newJobId(String jobName, long executionId) ?



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