diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2018-08-21 20:49:19 +0800 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2018-08-21 20:50:04 +0800 |
commit | cb4f87025be4cb4b5466abc186c3785d003ef770 (patch) | |
tree | 3272149afc37c6656406110ad76ef05608acf6f9 /docs/bpmn/Camunda_Modeler.rst | |
parent | 9c58cdde6b5d63ffbc41ae7725313ed6a96ddd1c (diff) |
Fix the structure in the doc for bpmn
Issue-ID: SO-675
Change-Id: I2dc7bc2f77b191a60206678a6fe25bd2ef81f83c
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'docs/bpmn/Camunda_Modeler.rst')
-rw-r--r-- | docs/bpmn/Camunda_Modeler.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/bpmn/Camunda_Modeler.rst b/docs/bpmn/Camunda_Modeler.rst new file mode 100644 index 0000000000..54f3534210 --- /dev/null +++ b/docs/bpmn/Camunda_Modeler.rst @@ -0,0 +1,19 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright 2017 Huawei Technologies Co., Ltd. + +Camunda Modeler +================= + +The Camunda_Modeler_ is the editor for BPMN 2.0 process flows. It is a standalone application. NOTE: the Camunda eclipse plugin is no longer supported and should not be used. + +.. _Camunda_Modeler: https://docs.camunda.org/manual/latest/modeler/camunda-modeler/ + +.. image:: images/camunda_modeler_1.png + +Modeler Templates +------------------ + +Some work has already been done in MSO to develop templates_ for "building block" subprocess flows. When a template is provided for a BPMN element, the modeler displays a custom form for inputting parameters. This significantly simplifies flow construction and reduces the chance of making mistakes. + +.. _templates: https://docs.camunda.org/manual/7.7/modeler/camunda-modeler/element-templates/
\ No newline at end of file |