bpmn-io / bpmn-auto-layout

Layout BPMN diagrams, generating missing DI information.
https://bpmn-io.github.io/bpmn-auto-layout/
52 stars 41 forks source link

Gateway placement happy path #63

Closed abdul99ahad closed 1 month ago

abdul99ahad commented 2 months ago

Describe the Bug

Fails to layout (expected gateway to be on the happy path:

image

image

Steps to Reproduce

  1. Model this

Playground for test

Expected Behavior

The model should model as in left. The gateway element should be in first row, currently it's modeled in reference with Start event, if there's no start event even then the gateway should be modeled correctly.

Environment

abdul99ahad commented 1 month ago

Resolved in #67

nikku commented 1 month ago

Cf. https://github.com/bpmn-io/bpmn-auto-layout/pull/68#issuecomment-2374445605 for potential follow-up.