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

🚀 #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

🚀 #16

wants to merge 1 commit into from

Conversation

MartinWitt
Copy link
Contributor

Das ist der aktuelle Stand, den das Tool kann.
Ob das noch in den erlauben Arbeitszeiten liegt 🤔

Copy link
Contributor

@layornos layornos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sieht schon nice aus fürs Erste. Wenn die Aufteilung klarer wäre, wärs besser.

import org.camunda.bpm.model.bpmn.instance.domain.events.advanced.IntermediateThrowEvent;
import org.camunda.bpm.model.bpmn.instance.domain.humaninteraction.ManualTask;
import org.camunda.bpm.model.bpmn.instance.domain.humaninteraction.UserTask;
import org.camunda.bpm.model.bpmn.instance.paradigm.activities.Activity;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Die Paradigm Abhängigkeiten lassen sich nicht extrahieren?

package org.camunda.bpm.model.bpmn.builder;
import AbstractFlowElementBuilder;
import org.camunda.bpm.model.bpmn.instance.paradigm.flows.FlowNode;
class CommonsAbstractFlowNodeBuilder<B extends DomainAbstractFlowNodeBuilder, E extends FlowNode> extends AbstractFlowElementBuilder<B, E> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Für ne Commons Klasse enthält sie zu wenig Abhängigkeiten zu beiden Ebenen, eig. wäre die erzeugte Domain Klasse besser als Commons Klasse geeignet, da sie zu beiden Ebenen Abhängigkeiten hat

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 this pull request may close these issues.

2 participants