Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Lo committed Apr 21, 2023
1 parent 0f9a56f commit 1b09770
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ public static String newJobId(String jobName) {
* @param jobName job name
* @return new job ID
*/
public static String newJobId(String jobName, long flowId) {
return Id.Job.create(jobName, flowId).toString();
public static String newJobId(String jobName, long executionId) {
return Id.Job.create(jobName, executionId).toString();
}

/**
Expand Down

0 comments on commit 1b09770

Please sign in to comment.