Lines Matching refs:sourceRef
35435 if (businessObject.sourceRef.default !== businessObject &&
35436 (is$1(businessObject.sourceRef, 'bpmn:ExclusiveGateway') ||
35437 is$1(businessObject.sourceRef, 'bpmn:InclusiveGateway') ||
35438 is$1(businessObject.sourceRef, 'bpmn:ComplexGateway') ||
35439 is$1(businessObject.sourceRef, 'bpmn:Activity'))) {
35447 if (!businessObject.conditionExpression && is$1(businessObject.sourceRef, 'bpmn:Activity')) {
35459 if (is$1(businessObject.sourceRef, 'bpmn:Activity') && businessObject.conditionExpression) {
35466 if ((is$1(businessObject.sourceRef, 'bpmn:ExclusiveGateway') ||
35467 is$1(businessObject.sourceRef, 'bpmn:InclusiveGateway') ||
35468 is$1(businessObject.sourceRef, 'bpmn:ComplexGateway') ||
35469 is$1(businessObject.sourceRef, 'bpmn:Activity')) &&
35470 businessObject.sourceRef.default === businessObject) {
43274 if (properties.conditionExpression && businessObject.sourceRef.default === businessObject) {
48700 if (businessObject.sourceRef !== newSource) {
48702 … remove(businessObject.sourceRef && businessObject.sourceRef.get('outgoing'), businessObject);
48709 businessObject.sourceRef = newSource;