Community
Participate
Working Groups
WS-BPEL spec 2.0 app. E (p.223) defines the element "joinCondition", but bpel.ecore and thus, org.eclipse.bpel.model doesn't.
Are you sure that it is missing? In de.uni_stuttgart.iaas.bpel.model.utilities.Utility.java (available at https://github.com/IAAS/BPEL-model-utilities/blob/master/de.uni_stuttgart.iaas.bpel.model.utilities/src/main/java/de/uni_stuttgart/iaas/bpel/model/utilities/Utility.java) the method "getJoinCondition" on line 131 shows how to get the joinCondition. In principle, it asks the targets of an BPELEXtensibleElement for the joinCondition.
Not a bug.