-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add synchronous execution option to workflow provisioning (#990)
* Add synchronous execution option to workflow provisioning Signed-off-by: Junwei Dai <junweid@amazon.com> * code refactor Signed-off-by: Junwei Dai <junweid@amazon.com> * add change log Signed-off-by: Junwei Dai <junweid@amazon.com> * refactor code based on comment Signed-off-by: Junwei Dai <junweid@amazon.com> * fix spotless check Signed-off-by: Junwei Dai <junweid@amazon.com> * Limit workflow timeout to a range of 1 to 300 seconds Signed-off-by: Junwei Dai <junweid@amazon.com> * Limit workflow timeout to a range of 1 to 300 seconds Signed-off-by: Junwei Dai <junweid@amazon.com> # Conflicts: # src/main/java/org/opensearch/flowframework/util/WorkflowTimeoutUtility.java * Limit workflow timeout to non-negative Signed-off-by: Junwei Dai <junweid@amazon.com> * Add synchronous execution to reprovision Signed-off-by: Junwei Dai <junweid@amazon.com> * remove unsued common value Signed-off-by: Junwei Dai <junweid@amazon.com> * add reprovision sync execution Signed-off-by: Junwei Dai <junweid@amazon.com> # Conflicts: # src/test/java/org/opensearch/flowframework/workflow/DeleteConnectorStepTests.java * fix test for WorkflowTimeoutUtilityTests Signed-off-by: Junwei Dai <junweid@amazon.com> * fix test name for WorkflowTimeoutUtilityTests Signed-off-by: Junwei Dai <junweid@amazon.com> * Add comments to explain AtomicBoolean usage in WorkflowTimeoutUtility, update error message Signed-off-by: Junwei Dai <junweid@amazon.com> * fix spotless check Signed-off-by: Junwei Dai <junweid@amazon.com> * addressed some comments Signed-off-by: Junwei Dai <junweid@amazon.com> --------- Signed-off-by: Junwei Dai <junweid@amazon.com> Co-authored-by: Junwei Dai <junweid@amazon.com>
- Loading branch information
Showing
18 changed files
with
1,026 additions
and
39 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
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.