invoke
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tInvoke
Properties: Global, Qualified
Content
- Sequence [1..1]
- documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- correlations [0..1]
- catch [0..*] This element can contain all activities including the activities compensate, compensateScope and rethrow.
- catchAll [0..1] This element can contain all activities including the activities compensate, compensateScope and rethrow.
- compensationHandler [0..1] This element can contain all activities including the activities compensate and compensateScope.
- toParts [0..1]
- fromParts [0..1]
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 | |
partnerLink | [1..1] | xsd:NCName | ||
portType | [0..1] | xsd:QName | ||
operation | [1..1] | xsd:NCName | ||
inputVariable | [0..1] | BPELVariableName | ||
outputVariable | [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
<invoke partnerLink="shipping" portType="lns:shippingPT" operation="requestShipping" inputVariable="shippingRequest" outputVariable="shippingInfo"> <documentation>Decide On Shipper</documentation> <sources> <source linkName="ship-to-invoice"/> </sources> </invoke>