Hello ebr,
first of all thank you for your answer.
For the matched thing, actually, yes I was giving to the property "matched" an existing parameter. If my pin was an inputPin I was matching the pin with the parameter of the operation that owned my inputPin. (With my example here, my inputPin was matched with the parameter "Parameter" of the operation g)
What I want to do is create a simple output/input pin test to see how modelio is exporting these data in an xmi file.
For example I have two callOperationAction like this :
The F CallOperationAction is calling the f function. f has one return parameter.
The G CallOperationAction is calling the g function. g has one parameter "Parameter".
Both f and g parameters have the same type : integer
How do I need to parameter my input and output pin? For the moment I have only given the integer type to the both input and output pin (like this).
When I try to export this simple structure, I've got this error :
I don't know where I'm wrong. Do you have any idea?
Thans for trying to help me
EDIT : my version of modelio is Build Id: 2.1.0.201201241610 (could it changes something?)