
Metamodel user guide
Activities and Processes often required data in order to execute. In addition they may produce data during or as a result of execution. Data that is produced is captured using Data Outputs
A DataOutput belong either to a process or to an activity.

Figure 76 : DataOutput class diagram
Association | Description |
|---|---|
| RepresentedParameter : Parameter [0..1] | When the activity is a calledActivity related to an operation, the Dataoutput can be connected to a parameter of the operation. |
The represented Parameter, if any, shall be of the out or inout mode.