Start event - bluesoft-rnd/aperte-workflow-core GitHub Wiki
A start event is a visual symbol used on [process flow diagrams](Aperte Modeler process diagram) to mark the entry point for the business process. On the diagram, start event is represented by circle with thin borders.
No incoming sequence flow is allowed to that type of event.
Currently Aperte Modeler supports only none process start events. None start event indicates that Aperte Workflow engine is not aware how the process is started, leaving this operation to other components e.g. Aperte Workflow plugins that call the engine API.

Attribute name | Type | Required | Default value | Description |
---|---|---|---|---|
Name | String | True | - | The name of this element. |
Description | String | False | - | The additional description for this element. |