Wanted to share with the community an alternative to the current Camunda UI Web Apps.
Cammand:
This is a Web Assembly based SPA that aims to provide robust enterprise friendly real-world usage for tasks, management, and administration.
The baseline app provides a “Kitchen Sink” implementation of Runtime and History APIs, so you can view active and completed process instances, tasks, etc.
The general usage is to provide rapid tailoring to configure for your custom needs!
Some of the features:
Runtime and History API visuals
BPMNJs support
Form Render and Form Builder (Build and even test your forms!)
Create a Deployment
Tasklist using Runtime and History APIs
Startable Process Definitions
Themable, Multilingual, etc.
Mobile friendly
Fully Customizable
Component Based (You can quickly pick and choose the parts of the app you want to use)
so it is using Camunda in the backend ? But allows for a new front end ? And I 2nd the question about getting a docker :-). What license is it coming with ?
And variable cleanups to Create Deployments, External Tasks, Jobs, User Tasks, Incidents, etc. See the Updated Repo readme for latest screenshots.
Note that the Dialogs will likely be removed in near future and replaced with url based pages: The App will likely follow a “everything has a URL” policy.
This is awesome. I’d like to use it in my project. Is it possible to expose cammand with a certain contextPath, instead of the root url? (I’d like to install camunda and cammand behind a proxy, and the root url should be reserved for a frontend application, that is connecting to camunda’s REST API.)
@timostolz if you are hosting it yourself as a ~standalone static site such as the dev demo, you can modify the base
If you want to keep the gzip and other compressions you can modify the base and then rebuild/publish to folder. Otherwise just delete the compression files for the index.html, and make the change to base and you should be good to go.
Giving us common data visuals used for analysis such as Heatmaps (counts, durations,etc), configurable overlays for common usage such as completed instance counts, active instance counts, waiting executions, incidents, etc.
Some page display incorrectly.
It’s seems like will load “localhost” to access the REST API, how could I change it to my own IP?
I’m not quite sure.
Please help. Thanks!