Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.12 KB

camunda_modeler.md

File metadata and controls

37 lines (27 loc) · 1.12 KB

Role camunda_modeler

back to index

Summary

The Camunda modeler is part of the Camunda suite, an open source workflow engine to process business workflows specified in Business Process Model and Notation (BPMN) language.

Requires

Ubuntu operating system with desktop environment.

Description

Installs the Camunda Modeler tool. The modeler is a desktop application that facilitates busines process modeling by drawing process flows.

The modeler can be installed stand-alone or the same machine as the Camunda server.

Variables

The following variables and defaults are available:

camunda_modeler_version: "4.10.0"
camunda_modeler_release: "4.10.0"
camunda_modeler_urldir: "https://downloads.camunda.cloud/release/camunda_modeler/{{ camunda_modeler_version }}"
camunda_modeler_urlfile_prefix: "camunda_modeler-{{ camunda_modeler_release }}-linux-x64"
camunda_modeler_dir: "/var/lib/camunda_modeler"

See also

camunda_server

History

2021 Written by Ton Smeele (Utrecht University)

back to index