We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sometimes users would like to model simple Task -> Task loops. Two examples, using conditional looping are shown here:
Task -> Task
(source BPMN 2.0 XML)
Right now rules disallow it, as we don't support laying out the sequence flow properly.
Tasks
The text was updated successfully, but these errors were encountered:
51599e9
feat(bpmn-layouter): layout loops
d474779
Closes #824
e1d7179
289052f
feat(modeling/BpmnLayouter): layout Element -> Element loops
e637a8e
philippfromme
No branches or pull requests
Sometimes users would like to model simple
Task -> Task
loops. Two examples, using conditional looping are shown here:(source BPMN 2.0 XML)
Right now rules disallow it, as we don't support laying out the sequence flow properly.
Tasks
Task -> Task
loopsThe text was updated successfully, but these errors were encountered: