-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor/scenario6-10 #15
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Viel stuff, das müssen wir morgen besprechen
@@ -59,7 +63,19 @@ | |||
import org.camunda.bpm.model.bpmn.instance.paradigm.looping.MultiInstanceLoopCharacteristics; | |||
import org.camunda.bpm.model.bpmn.instance.paradigm.messaging.Message; | |||
import org.camunda.bpm.model.bpmn.instance.paradigm.services.Error; | |||
import org.camunda.bpm.model.bpmn.instance.domain.processes.Process; | |||
import org.camunda.bpm.model.bpmn.instance.paradigm.activities.Activity; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ist eine Trennung von Paradigm und Domain hier nicht möglich?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
das ist in before?
@@ -1590,6 +1598,7 @@ public void testIntermediateSignalThrowEventWithPayload() { | |||
assertThat(camundaInParams.get(0).getCamundaVariables()).isEqualTo("all"); | |||
} | |||
|
|||
@Domain |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Das soll signalisieren, dass es sich um ein Test der Domain Layer handelt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ich glaube das war einer der gescheiterten versuche und kann ignoriert werden
Ich kann dir die PR auch splitten, wenn es hilft |
No description provided.