-
Notifications
You must be signed in to change notification settings - Fork 485
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
Support collapsed subprocesses in C8 #4020
Comments
@CatalinaMoisuc I updated the issue. From what I see we still lack the target version. |
@nikku if I follow the discussions in PHub, it seems that there is no actual change needed in any of the other products, so to me it seems that the target can also be 8.4. if the timeline would work for us given the upcoming FTOs and early code-freeze. |
Moving to |
@nikku We also had a quick chat on this in the last weekly and I think this can simply be enabled via |
Yes. Cf. the additional details I added to the issue. |
@barmac can you please give a heads-up to the Web team so they can enable it as well and update for the lint rule? |
I updated the description, also flagging the follow-up needed in web modeler. |
FYI, follow-up is needed not only because the plugin has to be removed, but we also have to shift the position of the overlay as it is overlapping with some other overlays we have. |
I will look into this tomorrow. |
Related to camunda/camunda-modeler#4020 deps: update to [email protected]
Related to camunda/camunda-modeler#4020 deps: update to [email protected]
deps: update `@camunda/linting` Closes #4020
This looks great for Modeler and Operate! @crobbins215, one requirement may have been missed |
I don't think we should use linting to tell the user that a feature is not supported in Optimize, collapsed subprocesses - what the user modeled is supported - @crobbins215 I would propose that we ask the Optimize team to document that. |
@HanselIdes Let's keep scoping discussions on the PDP epic. I propose we're pragmatic here. |
deps: update `@camunda/linting` Closes #4020
deps: update `@camunda/linting` Closes #4020
Implementation task for https://github.com/camunda/product-hub/issues/294.
Problem you would like to solve
Camunda 8 (target version pending) is going to support collapsed sub-processes. Our tool should reflect that.
Proposed solution
Enable support for collapsed subprocesses in C8:
8.4
Only supported in 8.4 and newer
for older Camunda versions.Follow-up in Web Modeler:
Alternatives considered
None.
Additional context
We currently support modeling already, but mark the sub-process as "unsupported", using an outdated message:
The text was updated successfully, but these errors were encountered: