Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
BZ 1242410 - Default attribute in exclusive gateway lost during BPMN2…
Browse files Browse the repository at this point in the history
… import

Conflicts:

	jbpm-designer-backend/src/main/java/org/jbpm/designer/bpmn2/impl/Bpmn2JsonUnmarshaller.java
  • Loading branch information
Tihomir Surdilovic committed Aug 17, 2015
1 parent 0ca8936 commit fa01f73
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -2413,10 +2413,10 @@ private void setGatewayInfo(FlowElementsContainer container) {
// temp. removing support for mixed gateway direction (not supported by runtime yet)
// else if (incoming > 1 && outgoing > 1) {
// gateway.setGatewayDirection(GatewayDirection.MIXED);
// }
// else if (incoming == 1 && outgoing == 1) {
// }
// else if (incoming == 1 && outgoing == 1) {
// // this handles the 1:1 case of the diverging gateways
// }
// }
else {
gateway.setGatewayDirection(GatewayDirection.UNSPECIFIED);
}
Expand Down

0 comments on commit fa01f73

Please sign in to comment.