| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
The eventHandler declaration defines an event handler for workflow processes
and workflow activities.
| Nested Element Summary | |
| attributeThe list of extension attributes. |
| attributeThe list of extension attributes. |
| bindActionThe list of bind actions which are associated with this event handler. |
| descriptionAn optional description of the model element. |
| descriptionAn optional description of the model element. |
| eventActionThe list of event actions which are associated with this event handler. |
| unbindActionThe list of unbind actions which are associated with this event handler. |
| Attribute Summary | |
xs:boolean | autoBindA boolean that indicates whether the event handler is automatically bound on activity or workflow process startup. |
xs:boolean | consumeOnMatch |
xs:string | idThe human usable identifier of the event handler. |
xs:boolean | logHandler |
xs:string | nameThe human friendly name of the event handler. |
xs:long | oidA 32-bit number assigned to the event handler. |
xs:string | typeThe type of the event handler. |
xs:boolean | unbindOnMatchA boolean that indicates whether the event handler is automatically unbound on matching an event. |
| Attribute Detail |
xs:booleanoptionalunqualifiedxs:booleanoptionalunqualifiedxs:stringrequiredunqualifiedxs:booleanoptionalunqualifiedxs:stringoptionalunqualifiedxs:longrequiredunqualifiedxs:stringrequiredunqualifiedxs:booleanoptionalunqualified<xs:element name="eventHandler"><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">
</xs:attribute><xs:attribute name="type" type="xs:string" use="required">
</xs:attribute><xs:attribute name="autoBind" type="xs:boolean">
</xs:attribute><xs:attribute name="consumeOnMatch" type="xs:boolean"/><xs:attribute name="logHandler" type="xs:boolean"/><xs:attribute name="unbindOnMatch" type="xs:boolean"></xs:complexType>
</xs:attribute>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||