Skip to content

Commit

Permalink
Add missing parameter to UpdateJobExecution (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretambrose authored Apr 7, 2020
1 parent 142bc4f commit 2cac1a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class UpdateJobExecutionRequest {
public HashMap<String, String> statusDetails;
public Boolean includeJobExecutionState;
public JobStatus status;
public Long stepTimeoutInMinutes;
public String jobId;
public String clientToken;
}

0 comments on commit 2cac1a6

Please sign in to comment.