Skip to content

Getting Started

mike-vasylchenko edited this page Jul 27, 2023 · 3 revisions

Pre-requisites

Install Camunda Modeler 5.x

Install Formio Plugin

  • Download last version of formio-plugin.zip from releases
  • Extract the downloaded formio-plugin.zip into its own folder inside your Camunda Modeler plugins folder (example: ".../plugins/formio-plugin/" should then contain the contents of the .zip file you downloaded). Depending on the operating system you are using you can find your plugins folder here:

Windows:

%APPDATA%/camunda-modeler/plugins

Linux:

$XDG_CONFIG_HOME/camunda-modeler/plugins or ~/.config/camunda-modeler/plugins

Mac OS:

~/Library/Application Support/camunda-modeler/resources/plugins or /Users/{USER_NAME}/Library/Application Support/camunda-modeler/resources/plugins

Verify the plugin is installed correctly and make sure that you select "Camunda Platform 7" for BPMN diagram:

camunda

Start application

Run application with docker-compose

  • docker compose pull

  • docker compose up -d --no-build

Local build and run

  • mvn package -ntp

  • docker compose build

  • docker compose up -d

Use application

image

  • The process and forms should be deployed:

image

  • Go to Start Process and choose your bpmn

image

  • Fill out the form and submit it

image

  • Go to Tasklist, Review, Approve or Reject created task

image

  • Stop application

docker compose down