| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
A jPDL process definition description; This
is the top level element in a jPDL process file.| Nested Element Summary | |
| activityExecutes an activity implementation. |
| decisionSelects one path out of many alternatives. |
| emailSends an email |
| end-stateEnds the process instance. |
| forkSpawns multiple concurrent paths of execution. |
| invokeInvokes a method on a java object |
| joinSpawns multiple concurrent paths of execution. |
| onEvents on which listeners can be registered. |
| process-stateWaits while a sub process instance is being executed and continues when the sub process instance ends. |
| scriptEvaluates a piece of text as a script |
| stateA wait state. |
| super-stateScope enclosing a number of nodes. |
| taskCreates a human task |
| timer |
| Attribute Summary | |
string | initialRefers to the name of the initial node. |
| nameThe process name. |
int | versionIndicates the sequence number of this version for all processes with the same name. |
| Attribute Detail |
stringoptionalqualifiedrequiredqualifiedintoptionalqualified<element name="process-definition"><complexType></element><sequence maxOccurs="unbounded" minOccurs="0">
</sequence><attribute name="name" use="required">
</attribute><attribute name="version" type="int">
</attribute><attribute name="initial" type="string"></complexType>
</attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||