Skip to content

Commit

Permalink
Merge pull request #316 from conductor-oss/feature/idempotency-strate…
Browse files Browse the repository at this point in the history
…gy-fail-on-running

Add new Idempotency Strategy `FAIL_ON_RUNNING`
  • Loading branch information
v1r3n authored Nov 22, 2024
2 parents 391fa43 + 1d6b213 commit 194d181
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@

public enum IdempotencyStrategy {
FAIL,
RETURN_EXISTING
RETURN_EXISTING,
FAIL_ON_RUNNING
}

0 comments on commit 194d181

Please sign in to comment.