A choreography construct that defines the point where one or more forked activities join. Can define that the completion of all state occur. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
name | xsd:string | optional | |||||
nameID | xsd:ID | optional | |||||
waitForAll | xsd:boolean | true | optional |
|
|||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://docs.oasis-open.org/ebxmlbp/ebbp-2.0' |
Element Group | collaborationGroup |
<xsd:element name="Join" type="JoinType"> <xsd:annotation> <xsd:documentation>A choreography construct that defines the point where one or more forked activities join. Can define that the completion of all state occur.</xsd:documentation> </xsd:annotation> <xsd:unique name="Join-ID"> <xsd:selector xpath="."/> <xsd:field xpath="nameID"/> </xsd:unique> </xsd:element> |