lib-bpmn-engine icon indicating copy to clipboard operation
lib-bpmn-engine copied to clipboard

add feature - Inclusive Gateway element

Open aamirmousavi opened this issue 1 year ago • 0 comments

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

aamirmousavi avatar May 08 '24 22:05 aamirmousavi