@5minds/processcube_engine_sdk
Advanced tools
Comparing version 4.0.0-develop-b450ae-lkgl7vt7 to 4.0.0-develop-da6d82-lkjgvtei
@@ -34,5 +34,2 @@ define(["require", "exports", "../../Errors/index", "../Model/index", "./index"], function (require, exports, index_1, index_2, index_3) { | ||
} | ||
getProcessModelHasLanes() { | ||
throw new index_1.NotImplementedError('Subprocesses cannot have lanes!'); | ||
} | ||
getIncomingSequenceFlowsFor(flowNodeId) { | ||
@@ -144,4 +141,3 @@ const flowNodeExists = this.subProcessActivity.flowNodes.some((flowNode) => flowNode.id === flowNodeId); | ||
} | ||
const matchingLane = super.findLaneForFlowNodeIdFromLaneSet(this.subProcessActivity.id, this.processModel.laneSet); | ||
return matchingLane; | ||
return super.getLaneForFlowNode(this.subProcessActivity.id); | ||
} | ||
@@ -148,0 +144,0 @@ getLinkCatchEventsByLinkName(linkName) { |
@@ -36,5 +36,2 @@ "use strict"; | ||
} | ||
getProcessModelHasLanes() { | ||
throw new index_1.NotImplementedError('Subprocesses cannot have lanes!'); | ||
} | ||
getIncomingSequenceFlowsFor(flowNodeId) { | ||
@@ -146,4 +143,3 @@ const flowNodeExists = this.subProcessActivity.flowNodes.some((flowNode) => flowNode.id === flowNodeId); | ||
} | ||
const matchingLane = super.findLaneForFlowNodeIdFromLaneSet(this.subProcessActivity.id, this.processModel.laneSet); | ||
return matchingLane; | ||
return super.getLaneForFlowNode(this.subProcessActivity.id); | ||
} | ||
@@ -150,0 +146,0 @@ getLinkCatchEventsByLinkName(linkName) { |
@@ -12,3 +12,2 @@ import { BpmnType, Model } from '../Model/index'; | ||
getFlowNodeById(flowNodeId: string): Model.Base.FlowNode; | ||
getProcessModelHasLanes(): boolean; | ||
getIncomingSequenceFlowsFor(flowNodeId: string): Array<Model.ProcessElements.SequenceFlow>; | ||
@@ -15,0 +14,0 @@ getOutgoingSequenceFlowsFor(flowNodeId: string): Array<Model.ProcessElements.SequenceFlow>; |
{ | ||
"name": "@5minds/processcube_engine_sdk", | ||
"version": "4.0.0-develop-b450ae-lkgl7vt7", | ||
"version": "4.0.0-develop-da6d82-lkjgvtei", | ||
"description": "Software development kit for the Engine.", | ||
@@ -5,0 +5,0 @@ "main": "dist/commonjs/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1185029
18659