I am new to Modelio (I am using Modelio 3.3) and I am trying to describe the behaviour of an object using a state machine. The problem I am facing is that when I try to use an operation as an action for an internal transition, I do not know how to specify its arguments. The operation is move(p1 in: string) and the value of the "Expression of the action" field of the internal transition is move(string) but I do not see how to give a specific value to p1.
Thank you for your help.