-
Notifications
You must be signed in to change notification settings - Fork 123
Modeler_audit_rules_R1040
Antonin Abhervé edited this page Sep 3, 2020
·
1 revision
An ActivityParameterNode must represent a BehaviorParameter from the same containing Activity.
In this example, the “nbRecruter” ActivityParameterNode is invalid because it represents a BehaviorParameter from another activity.
When you get a R1040 error, you can either:
-
Replace the BehaviorParameter represented by the ActivityParameterNode by a BehaviorParameter contained in the same Activity that contains the ActivityParameterNode.
-
Move the represented BehaviorParameter to the Activity that contains the ActivityParameterNode.