End events
For a process model to be executable, it must always contain at least one start event and one end event. An end event indicates where a process ends.
End event
The event marks the typical end of a process.
Attributes: General
Attribute | Description |
---|---|
Model ID | The unique identifier of the element within the process model. |
Name | The name of the element displayed in the diagram. |
Documentation | A description and any additional information about this element. |
Attributes: Execution
Attribute | Description |
---|---|
Execution listeners |
Allows you to invoke Java logic after certain events:
|
Attributes: Visuals
Attribute | Description |
---|---|
Font color | The font color of the element in the diagram. |
Font size | The font size of the element in the diagram. |
Font style | The font style of the element in the diagram. |
Font weight | The font weight of the element in the diagram. |
Background color | The background color of the element in the diagram. |
Border color | The border color of the element in the diagram. |
Error end event
This event triggers the process to end with an error. You would use this event when there is a condition that needs to be met in order for the workflow to complete successfully. If the condition is not met, then your user will get an error message and the workflow will end.
Attributes: General
Attribute | Description |
---|---|
Model ID | The unique identifier of the element within the process model. |
Name | The name of the element displayed in the diagram. |
Documentation | A description and any additional information about this element. |
Attributes: Details
Attribute | Description |
---|---|
Error code | The code of an error definition. |
Attributes: Execution
Attribute | Description |
---|---|
Execution listeners |
Allows you to invoke Java logic after certain events:
|
Attributes: Visual
Attribute | Description |
---|---|
Font color | The font color of the element in the diagram. |
Font size | The font size of the element in the diagram. |
Font style | The font style of the element in the diagram. |
Font weight | The font weight of the element in the diagram. |
Background color | The background color of the element in the diagram. |
Border color | The border color of the element in the diagram. |
Terminate end event
This event triggers the immediate termination of a process.
All steps that are being carried out in parallel branches are terminated.
Attributes: General
Attribute | Description |
---|---|
Model ID | The unique identifier of the element within the process model. |
Name | The name of the element displayed in the diagram. |
Documentation | A description and any additional information about this element. |
Attributes: Details
Attribute | Description |
---|---|
Terminate all | Terminate all parts of the process. |
Attributes: Execution
Attribute | Description |
---|---|
Execution listeners |
Allows you to invoke Java logic after certain events:
|
Attributes: Visuals
Attribute | Description |
---|---|
Font color | The font color of the element in the diagram. |
Font size | The font size of the element in the diagram. |
Font style | The font style of the element in the diagram. |
Font weight | The font weight of the element in the diagram. |
Background color | The background color of the element in the diagram. |
Border color | The border color of the element in the diagram. |