Skip to content

Modeler_audit_rules_R1070

Antonin Abhervé edited this page Sep 3, 2020 · 1 revision

R1070

Summary

An ActivityParameterNode can only have incoming ActivityEdges if it represents a BehaviorParameter whose passing mode is “out” or “inout”.

Details

An ActivityParameterNode that has at least one incoming ActivityEdge must represent a BehaviorParameter whose passing mode is “out” or “inout”.

Tips

When you get an R1070 error, you should check that:

  • the involved ActivityParameterNode represents a BehaviorParameter

  • the represented BehaviorParameter passing mode is “out” or “inout”

Clone this wiki locally