Camunda BPMN platform
-
Relevant links:
- Download page which includes docker image instructions
- Docker hub image maintained by Camunda
- Relevant documentation on configuring LDAP authentication for integrated user management
- The LDAP Identity and Administrator Authorization plugins are already included in the Docker image
- Administrator Authorization plugin which would be used to make Cloudron Admin's Camunda admins
- Process engine configuration needed for the Comunda process engine to use the Cloudron email relay
- Email configuration is also mentioned here but it is in the context of new user email notifications which wouldn't be relevant if identity management is handled by Cloudron
- No state information for Camunda is in containers
- Docker container has runtime parameters to configure either MySQL or PostgreSQL database connection information
- Documentation on other database parameters that can be passed to the container and example configuration using PostgreSQL
- Selenium based tests for the various applications in the distribution
-
I just watched the BayLISA presentation on Cloudron and saw it mentioned that they do Selenium tests of the applications on each release so I have updated my original post to include a link to Camunda's own maintained selenium based web application tests.