Skip to content

Commit

Permalink
fix: update ActionStatus for cancelled
Browse files Browse the repository at this point in the history
  • Loading branch information
tlawrie committed May 3, 2024
1 parent 5a0cfc3 commit 9a83d58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ long countByStatusAndTypeAndCreationDateBetween(ActionStatus submitted, ActionTy

void deleteByWorkflowRunRef(String workflowRunRef);

@Query("{'workflowRunRef': ?0")
@Query("{'workflowRunRef': ?0 }")
@Update("{ '$set' : { 'status' : ?1 } }")
long updateStatusByWorkflowRunRef(String ref, ActionStatus status);
}
Expand Down

0 comments on commit 9a83d58

Please sign in to comment.