Modelling
Workflow Process Entities describing the different stages of a Bussines Process. Each Process represents a status that can be adopted by a workitem during its course of events in a workflow model

When a Process Entity is selected in the graphical interface of the Imixs Workflow Editor the properties of a Process Entity can be edited through the Eclipse View 'Properties'. The Properties of a Process Entity is divided into three different sections:
The Basic Tab defines basic informations for a Process Entity.

The Tab 'Abstract' of a Process Entity defines textual informations describing the status of a workitem. The textual informations can be combined with attributes of a workitem. The Imixs Workflow Manager uses the informations as a kind of template to generate workitem specific informations.

The Workflow Summary is a short description which can be displayed by a Workflow Application. Therefore properties of the workitem can be mixed into the workflow summary using the field tag. The following example generates the workflow summary out from the workitem property 'txtsubject' which is a text imput field controlled by the user.
<itemValue>txtsubject<itemValue>
The Workflow Abstract can be used as a long description for a workitem. The Abstract is simmilar to the workflow Summary. The abstract is typical used to be displayed by a Workflow Application. The following example shows how the abstract can be used with HTML markup language to generate a web friendly format.
Ticket opened by <itemValue>namcreator<itemValue> <br /> Ticket No.: <itemValue>number</itemValue> <hr />
The Tab 'Display' of a Process Entity defines application specify informations which are typlical used by a Imixs Workflow Application to control the user UI for a workitem depending on its workflow status.
