throw
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tThrow
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 | |
name | [0..1] | xsd:NCName | from type tActivity | |
suppressJoinFailure | [0..1] | tBoolean | from type tActivity | |
faultName | [1..1] | xsd:QName | ||
faultVariable | [0..1] | BPELVariableName |
Used in
- Group activity
- Type tCatch via reference to activity (Element catch)
- Type tElseif via reference to activity (Element elseif)
- Type tFlow via reference to activity (Element flow)
- Type tIf via reference to activity (Element if)
- Type tOnAlarmPick via reference to activity (Element onAlarm)
- Type tOnMessage via reference to activity (Element onMessage)
- Type tProcess via reference to activity (Element process)
- Type tRepeatUntil via reference to activity (Element repeatUntil)
- Type tScope via reference to activity (Element scope)
- Type tSequence via reference to activity (Element sequence)
- Type tWhile via reference to activity (Element while)
- Type tActivityContainer via reference to activity (Elements catchAll, else, compensationHandler, terminationHandler)
Sample instance
<throw faultName="FLT:OutOfStock" variable="RestockEstimate"/>