I'm trying to use an expansion region in Eclipse Papyrus but it won't work.
I've got a ReadStructuralFeatureAction that reads a StructuralFeature cars. For these cars I the need to calculate if the load is to heavy. Therefore I'm taking an ExpansionRegion and attach an ExpansionNode to. But then I can't add InputPins to the ExpansionNode.
If I create a single InputPins I getThe feature 'inputElement' of '<Expansion Region> ...' with 0 values must have at least 1 values. If I try to connect the result of the Action directly to the ExpansioNode I get An edge that has a source in an exception handler structured node must also have its target in the handler, and vice versa.
Any ideas?
