-
Notifications
You must be signed in to change notification settings - Fork 127
Modeler_audit_rules_R1030
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
In this example, the ControlFlow is invalid because it has its source in the “Recruitment” Activity and its target in the “Development” Activity.
When you get a R1030 error, you can fix it by:
-
moving one of the ends of the ActivityEdge into an element in the same Activity as the other end
-
moving the source of the ActivityEdge into the same Activity as the target or the other way around
You can also use a CallBehaviorAction node to refer to a Behavior (i.e. an Activity, an Interaction or a CommunicationInteraction) from another Activity.