Model your first diagram
After starting Desktop Modeler, you can model your first BPMN diagram. Follow the steps below:
- Create a BPMN diagram by selecting BPMN diagram:
The BPMN diagram opens with a start event. Events in BPMN represent things that happen. A process can react to events and emit events, for example:
-
The basic elements of BPMN processes are tasks, or atomic units of work composed to create a meaningful result. Click on the start event and select the rectangular task element. This creates a task directly following the start event, connected by an arrow. Next, double-click the task and type in a name for the element. For example,
My Service Task
. -
Click on the task and select the dark circle in the top left. This attaches an end event directly to the task. On the left side of the screen you will find the element palette, where you can also drag and drop elements onto the canvas.
Above, you can see that elements that support different types can be reconfigured by clicking on the corresponding icon. In this case, the task can be converted to a service task, for example, by clicking on the task and the wrench-shaped icon.
You can also orchestrate human tasks. Review the complete list of supported BPMN elements
- Open the properties panel by selecting the light gray arrow on the right side of the page halfway down the canvas. Here, you can edit the properties of the currently selected element:
For example, you might name your element and give it an ID under the General section.
- Once you finish modeling and configuring your diagram, you can deploy it to a Camunda 8 cluster.