cdl:workunit
Element information
Namespace: http://www.w3.org/2005/10/cdl
Schema document: ws-cdl.xsd
Type: cdl:tWorkunit
Properties: Local, Qualified
Content
- Sequence [1..1]
- cdl:description [0..1]
- cdl:CDLExtension [0..*]
- Choice [1..1]
- cdl:sequence
- cdl:parallel
- cdl:choice
- cdl:workunit
- cdl:interaction
- cdl:perform
- cdl:assign
- cdl:silentAction
- cdl:noAction
- cdl:finalize
- Any element Namespace: ##other, Process Contents: lax
from type cdl:tExtensibleElementsfrom group cdl:activity
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type cdl:tExtensibleElements | |
name | [1..1] | xsd:NCName | ||
guard | [0..1] | cdl:tBoolean-expr | ||
repeat | [0..1] | cdl:tBoolean-expr | ||
block | [0..1] | xsd:boolean | Default value is "false". |
Used in
- Group cdl:activity
- Type cdl:tException (Element cdl:exceptionBlock)
- Type cdl:tChoice via reference to cdl:activity (Element cdl:choice)
- Type cdl:tChoreography via reference to cdl:activity (Element cdl:choreography)
- Type cdl:tFinalizer via reference to cdl:activity (Element cdl:finalizerBlock)
- Type cdl:tParallel via reference to cdl:activity (Element cdl:parallel)
- Type cdl:tSequence via reference to cdl:activity (Element cdl:sequence)
- Type cdl:tWorkunit via reference to cdl:activity (Element cdl:workunit)
Sample instance
<workunit name="POProcess" guard="cdl:isVariableAvailable('POAcknowledgement','','','tns:Customer')" block="true"> ... </workunit>