This is an automated email from the ASF dual-hosted git repository. imesha pushed a commit to branch development in repository https://gitbox.apache.org/repos/asf/oodt.git
commit edc8e830986fb58894d1ea36823ec02b6e5f7aa9 Merge: 26f4c32 daacf18 Author: Imesha Sudasingha <[email protected]> AuthorDate: Sun Oct 3 12:16:03 2021 +0530 Merge remote-tracking branch 'upstream/development' into development react-components/oodt_opsui_sample_app/src/App.js | 1 + .../src/components/fileManager/Product/Product.js | 11 +- .../fileManager/ProductList/ProductList.js | 15 +- .../workflowManager/NewWorkflow/NewWorkflow.js | 125 ++++++++++++++++ .../workflowManager/NewWorkflow/index.js | 21 +++ .../workflowManager/WorkflowList/WorkflowList.js | 164 +++++++++++---------- .../src/services/wmservice.js | 66 +++++++++ .../swagger-implementations/workflow_manager.yaml | 59 ++++++++ .../resources/WorkflowEventListResource.java | 31 ++++ .../resources/WorkflowInstancePageResource.java | 11 +- .../resources/WorkflowInstanceResource.java | 4 +- .../cas/wmservices/services/WMJaxrsServiceV2.java | 77 +++++++++- 12 files changed, 493 insertions(+), 92 deletions(-)
