Skip to content

Commit

Permalink
Fix queries for task.executionState in old repo
Browse files Browse the repository at this point in the history
Related to recent task schema cleanup
(74280c5).
  • Loading branch information
mederly committed Sep 20, 2021
1 parent 356205e commit 8ae4623
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public RTaskBinding getBinding() {
return binding;
}

@JaxbName(localPart = "executionState")
@Enumerated(EnumType.ORDINAL)
public RTaskExecutionState getExecutionStatus() {
return executionStatus;
Expand Down

0 comments on commit 8ae4623

Please sign in to comment.