bpmn-to-code-web is a web application that provides browser-based access to bpmn-to-code's code generation capabilities. It offers the same powerful Process API generation without requiring Gradle or Maven installation, making it ideal for quick experiments, non-Java projects, or teams who prefer a graphical interface.
No Installation Required
Self-Hostable
Same Powerful Core
bpmn-to-code-core logic/swagger and /openapiThe web application is currently available as a preview at: https://bpmn-to-code.miragon.io/static/index.html
Simply visit the URL, upload your BPMN files, configure your settings, and generate your Process API code.
Prerequisites:
Start the server:
./gradlew :bpmn-to-code-web:run
Access the web interface:
http://localhost:8080
Access the API documentation:
http://localhost:8080/swagger # Swagger UI
http://localhost:8080/openapi # OpenAPI/ReDoc viewer
Then:
The application is available as a Docker image for easy self-hosting:
# Pull the image
docker pull miragon/bpmn-to-code-web:latest
# Run the container
docker run -p 8080:8080 miragon/bpmn-to-code-web:latest
The Docker image is hosted on Docker Hub: https://hub.docker.com/r/miragon/bpmn-to-code-web
Content type
Image
Digest
sha256:7a61fa9a7…
Size
99 MB
Last updated
about 2 months ago
docker pull miragon/bpmn-to-code-web