diff --git a/src/rootPages/Designer/properties/process/ABProcessGatewayExclusive.js b/src/rootPages/Designer/properties/process/ABProcessGatewayExclusive.js index cfa093d..566817f 100644 --- a/src/rootPages/Designer/properties/process/ABProcessGatewayExclusive.js +++ b/src/rootPages/Designer/properties/process/ABProcessGatewayExclusive.js @@ -164,6 +164,7 @@ export default function (AB) { myOutgoingConnections.forEach((conn) => { const condition = this.conditions[conn.id] || {}; const DF = this.__dfLookup[conn.id]; + if (DF == null) return; // NOTE: keep the DF.fieldsLoad() AFTER the ui is built. DF.fieldsLoad(abFields);