Searched refs:flowNode (Results 1 – 3 of 3) sorted by relevance
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
D | bpmn-modeler.development.js | 15258 function handleFlowNode(flowNode, context) { argument 15259 var childCtx = visitIfDi(flowNode, context); 15261 if (is$2(flowNode, 'bpmn:SubProcess')) { 15262 handleSubProcess(flowNode, childCtx || context); 15265 if (is$2(flowNode, 'bpmn:Activity')) { 15266 handleIoSpecification(flowNode.ioSpecification, context); 15277 forEach(flowNode.dataInputAssociations, contextual(handleDataAssociation, context)); 15278 forEach(flowNode.dataOutputAssociations, contextual(handleDataAssociation, context)); 15373 forEach(lane.flowNodeRef, function(flowNode) { argument 15374 var lanes = flowNode.get('lanes'); [all …]
|
D | bpmn-modeler.production.min.js | 34 …flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(bm).f… property
|
/plugin/bpmnio/vendor/bpmn-js/dist/ |
D | bpmn-modeler.production.min.js | 197 …flowNode:t,remove:n,add:r})})),t.forEach((function(e){var t=e.businessObject;e.parent||t.get(ev).f… property
|