-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fail Early on Invalid Connector Key
We observed, that the connector key is not or not always validated as expected. Instead, for example when trying to retrieve a submission by ID with an invalid connector key, it just returned "no submission found" instead of complaining. This caused, for example, endless retries when performing the manual test for a failed cancelation communication. For the initial request for a submission by ID, our facade instead returned some "mocked" submission in state "OTHER", which subsequently is not handled by any means within the workflow definition.
- Loading branch information
1 parent
6eb0909
commit 4382622
Showing
2 changed files
with
127 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters