-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Features: * Adds ability to specify failure handlers which run as the child of the child threads on the wait for threads node. Fixes: * Fix external bootstraper * Adds unit test for wait for threads with exception handler on java sdk * Fixes issue where certain Failure's didn't end up on their respective NodeRun's. * Fixes issue with server not rejecting RunWf requests that don't specify required input variables * Adds e2e tests to verify proper handling of variable errors * Adds 8 e2e tests for the new handling of failures on a per-thread basis in wait for threads nodes * Removes two legacy e2e tests which are covered in the new tests --------- Co-authored-by: Eduwer Camacaro <[email protected]> Co-authored-by: Saúl Piña <[email protected]>
- Loading branch information
1 parent
ebe21c1
commit 6f3cfe8
Showing
68 changed files
with
4,267 additions
and
2,380 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
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
Oops, something went wrong.