| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The processDefinition declaration defines a workflow process in the model.
| Nested Element Summary | |
| activityThe list of activity definitions of the workflow process definition. |
| attributeThe list of extension attributes. |
| attributeThe list of extension attributes. |
| dataPathThe list of data paths of the workflow process definition. |
| descriptionAn optional description of the model element. |
| descriptionAn optional description of the model element. |
| diagramThe list of diagrams of the workflow process definition. |
| eventHandlerThe list of event handlers of the workflow process definition. |
| transitionThe list of transitions between the activity definitions of the workflow process definition. |
| triggerThe list of triggers of the workflow process definition. |
| Attribute Summary | |
xs:int | defaultPriority |
xs:string | idThe human usable identifier of the workflow process definition. |
xs:string | nameThe human friendly name of the workflow process definition. |
xs:long | oidA 32-bit number assigned to the workflow process definition. |
| Attribute Detail |
xs:intoptionalunqualifiedxs:stringrequiredunqualifiedxs:stringrequiredunqualifiedxs:longrequiredunqualified<xs:element name="processDefinition"><xs:complexType></xs:element><xs:sequence><xs:choice maxOccurs="1" minOccurs="0"></xs:sequence>
</xs:choice><xs:attribute name="oid" type="xs:long" use="required">
</xs:attribute><xs:attribute name="id" type="xs:string" use="required">
</xs:attribute><xs:attribute name="name" type="xs:string" use="required">
</xs:attribute><xs:attribute name="defaultPriority" type="xs:int"/></xs:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||