Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flowcharts have issues with looping back flow #17

Open
craigbrett17 opened this issue May 24, 2018 · 0 comments · May be fixed by #27
Open

Flowcharts have issues with looping back flow #17

craigbrett17 opened this issue May 24, 2018 · 0 comments · May be fixed by #27

Comments

@craigbrett17
Copy link

Given a flowchart file like this, diagrams produces a very small SVG.

st=>start: Start
poll=>operation: Poll for thing
cond=>condition: Any messages?
wait=>operation: Sleep
s1=>operation: Do step 1
s2=>operation: Do step 2

st->poll->cond
cond(no)->wait->poll
cond(yes)->s1->s2->poll

Trying the same on the Flowchart.js page yields the correct result, even if it's a little compacted.

Does diagrams require the flowchart to be written slightly differently? Or am I doing something wrong here?
polling.zip

@JoshuaCrestone JoshuaCrestone linked a pull request Apr 22, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant