-
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 <[email protected]> * code refactor Signed-off-by: Junwei Dai <[email protected]> * add change log Signed-off-by: Junwei Dai <[email protected]> * refactor code based on comment Signed-off-by: Junwei Dai <[email protected]> * fix spotless check Signed-off-by: Junwei Dai <[email protected]> * Limit workflow timeout to a range of 1 to 300 seconds Signed-off-by: Junwei Dai <[email protected]> * Limit workflow timeout to a range of 1 to 300 seconds Signed-off-by: Junwei Dai <[email protected]> # Conflicts: # src/main/java/org/opensearch/flowframework/util/WorkflowTimeoutUtility.java * Limit workflow timeout to non-negative Signed-off-by: Junwei Dai <[email protected]> * Add synchronous execution to reprovision Signed-off-by: Junwei Dai <[email protected]> * remove unsued common value Signed-off-by: Junwei Dai <[email protected]> * add reprovision sync execution Signed-off-by: Junwei Dai <[email protected]> # Conflicts: # src/test/java/org/opensearch/flowframework/workflow/DeleteConnectorStepTests.java * fix test for WorkflowTimeoutUtilityTests Signed-off-by: Junwei Dai <[email protected]> * fix test name for WorkflowTimeoutUtilityTests Signed-off-by: Junwei Dai <[email protected]> * Add comments to explain AtomicBoolean usage in WorkflowTimeoutUtility, update error message Signed-off-by: Junwei Dai <[email protected]> * fix spotless check Signed-off-by: Junwei Dai <[email protected]> * addressed some comments Signed-off-by: Junwei Dai <[email protected]> --------- Signed-off-by: Junwei Dai <[email protected]> Co-authored-by: Junwei Dai <[email protected]>
- 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.