terminationHandler
This element can contain all activities including the activities compensate and compensateScope.
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tActivityContainer
Properties: Global, Qualified
Content
- Sequence [1..1]
- documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
from type tExtensibleElements
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type tExtensibleElements |
Used in
Sample instance
<terminationHandler> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <assign name="NCName"> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <targets> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <joinCondition> <!--any element--> </joinCondition> <target linkName="NCName">... </target> </targets> <sources> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <source linkName="NCName">... </source> </sources> <copy> <documentation>Any text, intermingled with: <!--any element--> </documentation> <!--any element--> <from partnerLink="NCName">Any text, intermingled with:... </from> <to partnerLink="NCName">Any text, intermingled with:... </to> </copy> </assign> </terminationHandler>