marklogic-community / marklogicworkflow

Content and Human Centric Workflow for MarkLogic NoSQL systems
Other
19 stars 12 forks source link

MBO Support BPMN2 inclusive gateway #80

Closed adamfowleruk closed 8 years ago

adamfowleruk commented 8 years ago

Requires #4 Take work on parallelGateway and ensure it works for inclusive gateway too. Support importing of inclusiveGateway (test with fork-conditional.bpmn2)

adamfowleruk commented 8 years ago

From formal spec Table 13-3:- "Operational Semantics

The Inclusive Gateway is activated if • At least one incoming Sequence Flow has at least one token and • For every directed path formed by sequence flow that

Exception Issues The inclusive gateway throws an exception in case all conditions evaluate to false and a default flow has not been specified.

Workflow Patterns Support Multi-Choice (WCP-6) Structured Synchronizing Merge (WCP-7) Acyclic Synchronizing Merge (WCP-37) General Synchronizing Merge (WCP-38)"