lib-bpmn-engine
lib-bpmn-engine copied to clipboard
add feature - Inclusive Gateway element
I need an Inclusive Gateway, so I forked the repository and added the code to implement this feature.
The primary feature I added to achieve the Inclusive Gateway was the inclusivelyFilterByConditionExpression function, which we use in the createNextCommands function to determine the next flow.
I also created tests and two example BPMN files for them.
#203