fantonangeli opened a new pull request, #2532:
URL: https://github.com/apache/incubator-kie-tools/pull/2532

   Closes apache/incubator-kie-issues#1059  
   
   **Description:**
   Similarly to what was done for the Sonataflow Dev UI extension, create a 
webapp package called sonataflow-management-console and an image containing all 
the UI, reusing already existent runtime tools components: workflow instances 
and definitions list, with the possibility to start workflows by their 
definitions or triggering events in production ready environment.
   
   Dev List proposal: 
https://lists.apache.org/thread/1c6jt1rkfyw69yoyhkpocj6qyoo6rpn9
   
   **How to test:**
   - `pnpm -r -F sonataflow-management-console-image... build:dev`
   - `docker run --rm -it -p 8080:8080 
docker.io/apache/incubator-kie-sonataflow-management-console:main`
   
   Open a new terminal to start the Keycloak server
   - `cd ../sonataflow-management-console-webapp; docker run -e 
KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -e 
KEYCLOAK_IMPORT=/tmp/sonataflow-realm.json -v 
./dev/config/sonataflow-realm.json:/tmp/sonataflow-realm.json -p 8280:8080 
quay.io/keycloak/keycloak:legacy`
   
   Open a new terminal to start the SonataFlow Mock Server
   - `cd ../sonataflow-mock-server; pnpm start`
   
   **Preview:**
   
[kie-issues#1059-EPIC-Sonataflow-management-console.webm](https://github.com/user-attachments/assets/ad2f25be-2360-444f-8874-0676e548b523)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to