You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An ActivityParameterNode must represent a BehaviorParameter from the same containing Activity.
Details
In this example, the “nbRecruter” ActivityParameterNode is invalid because it represents a BehaviorParameter from another activity.
Tips
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.