End event - bluesoft-rnd/aperte-workflow-core GitHub Wiki
End event is a visual symbol used on the [process flow diagram](Aperte Modeler process diagram) to mark the exit point in business process. Upon reaching that kind of event, process result is returned. On the diagram end event is represented by circle with thick borders.
From 2.0 version, task-like behavior has been added to end event, and working with Aperte Step Editor is now avaliable. Thanks to that, building for example: "conclusion step", visible from process history view is now avaliable.
No outgoing sequence flow is allowed from that type of event.
Currently Aperte Modeler supports only none process end event. None end event means that the returned value is not distinguished by the Aperte Workflow engine and its interpretation is yet to be decided.

Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
Aperte Configuration | String | False | Aperte Workflow specific configuration. This attribute is generated by the Aperte Workflow Modeler and can not be edited by hand. (From 2.0 version) | |
Name | String | True | The name of this element. | |
Description | String | False | The additional description for this element. | |
Tasktype | Enum | True | The type of the task. USER type indicates that the task is delegated to human resource while other indicate automatic system operation. The list of possible choices here is generated from the plugin metadata in Aperte Workflow runtime. (From 2.0 version.) |