Dockerized example with Form.io form builder and Camunda

Hi!

I made an example as proof of concept trying to contribute Camunda BPM with Form.io form builder.

I wanted to share it:
Demo is here: http://unctad.redfunction.ee/
Source code: Bitbucket

On this example you can:

  1. draw your BPMN diagram;
  2. define DMN and inject into BPMN rule task;
  3. model any user form or wizard and inject it into BPMN user taks
  4. test it

All microservices and applications are dockerized.
If you want to run example on your computer, first install Docker, download source code and run Docker command: “docker-compose up -d”.

Cheers,
Erki

6 Likes

Hi @Erki_Kriks,

thank you for the contribution!

Cheers,
Askar.

Hi again @Erki_Kriks,

would you be interested in sharing description of your project on https://blog.camunda.org/? To do that you have to prepare a pull request to https://github.com/camunda/blog.camunda.org.

May be you could also prepare couple of usecases to illustrate which problems your project is addressing.

Cheers,
Askar.

1 Like

Hi, we would really like this and any progress you have made on this

@Erki_Kriks thanks again

It is good to read that people are interested.

Next we are integrating DjangoCMS which takes care of UX design side and wraps form.io (https://github.com/formio) forms into it. Forms are built using Angular, we suggest to use Angular 2 which is reacently finally released.

After that plan is to integrate http://www.keycloak.org/ as an user authentication and authorization microservice.

We are using microservices architecture approach and all our microservices are dockerized.

With best,
Erki

1 Like

Hi @Erki_Kriks,

We recently integrated Keycloak for OpenID-SSO with our SpringBoot Camunda BPM. The solution was dockerized all the way too. Let me know if you need any assistance.

Thanks!

Hi @Erki_Kriks . Thank you!!!

@Ashutosh I’m going to integrate Keycloak with Camunda BPM Spring Boot Starter. Can you share your experiences?

Sure! Let me know how can I help and I’d try and help out.

@Ashutosh I’ve moved here: Camunda Spring Boot Starter + Keycloak integration

Not able to access the demo link.

yes, sorry, it is down.

Hi @Erki_Kriks, I’m interested to see the demo. I tried also to clone project but it doesn’t work. I have issue during docker-compose start.

Can you help me?
Thanks