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

[FEAT] detect sequence flows of subprocess #517

Merged
merged 3 commits into from
Aug 13, 2020

Conversation

tbouffard
Copy link
Member

@tbouffard tbouffard commented Aug 12, 2020

WIP depends on #514

closes #360

This is final step to support regular inner elements. It contains a refactoring to ensure that process and sub-process elements are managed in the same way.
As a consequence, extra features for sub-process are availalble: inner subprocess, lane

Regular subprocess

image

Event subprocess

In the following, the blank part inside the event sub-process are related to a not render transaction sub-process (not supported for now)
image

@tbouffard tbouffard added enhancement New feature or request BPMN support Something about the BPMN specification that the lib is already supporting or will support depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first labels Aug 12, 2020
@csouchet csouchet force-pushed the 360-detect_sequence_flows_of_subprocess branch from 93b3b46 to 1948f87 Compare August 13, 2020 08:17
@csouchet csouchet removed the depends on another PR ⚠️ Pull request depending on another one. The depending must be merged first label Aug 13, 2020
@csouchet csouchet marked this pull request as ready for review August 13, 2020 08:17
@csouchet csouchet merged commit 3cfc19c into master Aug 13, 2020
@csouchet csouchet deleted the 360-detect_sequence_flows_of_subprocess branch August 13, 2020 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BPMN support Something about the BPMN specification that the lib is already supporting or will support enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Detect Sequence Flows of Sub-Process
2 participants