targets
Element information
Namespace: http://docs.oasis-open.org/wsbpel/2.0/process/executable
Schema document: ws-bpel_executable.xsd
Type: tTargets
Properties: Global, Qualified
Content
- Sequence [1..1]
- documentation [0..*]
- Any element [0..*] Namespace: ##other, Process Contents: lax
- joinCondition [0..1]
- target [1..*]
from type tExtensibleElements
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type tExtensibleElements |
Used in
- Type tActivity
- Type tAssign via extension of tActivity (Element assign)
- Type tCompensate via extension of tActivity (Element compensate)
- Type tCompensateScope via extension of tActivity (Element compensateScope)
- Type tEmpty via extension of tActivity (Element empty)
- Type tExit via extension of tActivity (Element exit)
- Type tFlow via extension of tActivity (Element flow)
- Type tForEach via extension of tActivity (Element forEach)
- Type tIf via extension of tActivity (Element if)
- Type tInvoke via extension of tActivity (Element invoke)
- Type tPick via extension of tActivity (Element pick)
- Type tReceive via extension of tActivity (Element receive)
- Type tRepeatUntil via extension of tActivity (Element repeatUntil)
- Type tReply via extension of tActivity (Element reply)
- Type tRethrow via extension of tActivity (Element rethrow)
- Type tScope via extension of tActivity (Element scope)
- Type tSequence via extension of tActivity (Element sequence)
- Type tThrow via extension of tActivity (Element throw)
- Type tValidate via extension of tActivity (Element validate)
- Type tWait via extension of tActivity (Element wait)
- Type tWhile via extension of tActivity (Element while)
Sample instance
<targets> <target linkName="ship-to-invoice"/> </targets>