Add workflow execution page 55/143555/5
authorFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 9 Mar 2026 14:20:52 +0000 (15:20 +0100)
committerFiete Ostkamp <fiete.ostkamp@telekom.de>
Mon, 9 Mar 2026 16:06:41 +0000 (17:06 +0100)
commit0d7e55ba7149be35365dfd94c5b8ac88cfab9685
tree660e78e1deacf4ca2dbafe9701c02801689d69a3
parentd5ee824188e2ca49d5cdf15a24914d4a0745effa
Add workflow execution page

- add new execute page to sidepane
- execute page features
  - execution setup
  - execution history (not yet working)
  - live view (not yet working)
- fix 'lateinit property workFlowData has not been initialized'
  error on /workflow-spec endpoint

Issue-ID: CCSDK-4184
Change-Id: I6091a023638bf54d9acab592c9d0c94c00c4ceb6
Signed-off-by: Fiete Ostkamp <fiete.ostkamp@telekom.de>
96 files changed:
.gitignore
cds-ui/application/pom.xml
cds-ui/client/pom.xml
cds-ui/designer-client/pom.xml
cds-ui/designer-client/src/app/app-routing.module.ts
cds-ui/designer-client/src/app/common/constants/app-constants.ts
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-api.service.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-dashboard/execution-dashboard.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-dashboard/execution-dashboard.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-dashboard/execution-dashboard.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-history/execution-history.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-history/execution-history.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-history/execution-history.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-setup/execution-setup.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-setup/execution-setup.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution-setup/execution-setup.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution.module.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/execution.routing.module.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/live-view/live-view.component.css [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/live-view/live-view.component.html [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/execution/live-view/live-view.component.ts [new file with mode: 0644]
cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.ts
cds-ui/designer-client/src/app/modules/shared-modules/header/header.component.html
cds-ui/e2e-playwright/mock-processor/fixtures/blueprints.json
cds-ui/e2e-playwright/mock-processor/fixtures/workflow-specs.json [new file with mode: 0644]
cds-ui/e2e-playwright/mock-processor/server.js
cds-ui/e2e-playwright/tests/execution.spec.ts [new file with mode: 0644]
cds-ui/pom.xml
cds-ui/server/pom.xml
cds-ui/server/src/controllers/blueprint-rest.controller.ts
components/cba-parent/pom.xml
components/model-catalog/blueprint-model/archetype-blueprint/pom.xml
components/model-catalog/blueprint-model/cba-assembly-descriptor/pom.xml
components/model-catalog/blueprint-model/pom.xml
components/model-catalog/blueprint-model/test-blueprint-kotlin-parent/pom.xml
components/model-catalog/blueprint-model/test-blueprint/capability_cli/pom.xml
components/model-catalog/blueprint-model/test-blueprint/pom.xml
components/model-catalog/blueprint-model/test-blueprint/resource-audit/pom.xml
components/pom.xml
ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml
ms/blueprintsprocessor/functions/blueprint-audit-status/pom.xml
ms/blueprintsprocessor/functions/cli-executor/pom.xml
ms/blueprintsprocessor/functions/config-snapshots/pom.xml
ms/blueprintsprocessor/functions/k8s-connection-plugin/pom.xml
ms/blueprintsprocessor/functions/message-prioritization/pom.xml
ms/blueprintsprocessor/functions/netconf-executor/pom.xml
ms/blueprintsprocessor/functions/pom.xml
ms/blueprintsprocessor/functions/python-executor/pom.xml
ms/blueprintsprocessor/functions/resource-resolution/pom.xml
ms/blueprintsprocessor/functions/restconf-executor/pom.xml
ms/blueprintsprocessor/functions/restful-executor/pom.xml
ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml
ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml
ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml
ms/blueprintsprocessor/modules/blueprints/pom.xml
ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml
ms/blueprintsprocessor/modules/commons/db-lib/pom.xml
ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml
ms/blueprintsprocessor/modules/commons/message-lib/pom.xml
ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml
ms/blueprintsprocessor/modules/commons/pom.xml
ms/blueprintsprocessor/modules/commons/processor-core/pom.xml
ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml
ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml
ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/designer-api/src/main/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/handler/BluePrintModelHandler.kt
ms/blueprintsprocessor/modules/inbounds/designer-api/src/test/kotlin/org/onap/ccsdk/cds/blueprintsprocessor/designer/api/BlueprintModelControllerTest.kt
ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml
ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/pom.xml
ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
ms/blueprintsprocessor/modules/inbounds/workflow-api/pom.xml
ms/blueprintsprocessor/modules/outbounds/pom.xml
ms/blueprintsprocessor/modules/pom.xml
ms/blueprintsprocessor/modules/services/execution-service/pom.xml
ms/blueprintsprocessor/modules/services/pom.xml
ms/blueprintsprocessor/modules/services/workflow-service/pom.xml
ms/blueprintsprocessor/parent/pom.xml
ms/blueprintsprocessor/pom.xml
ms/command-executor/pom.xml
ms/error-catalog/application/pom.xml
ms/error-catalog/core/pom.xml
ms/error-catalog/pom.xml
ms/error-catalog/services/pom.xml
ms/pom.xml
ms/py-executor/pom.xml
ms/sdclistener/application/pom.xml
ms/sdclistener/distribution/pom.xml
ms/sdclistener/parent/pom.xml
ms/sdclistener/pom.xml
pom.xml
version.properties