
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.

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. |
OwnerLoopCharacteristics : BpmnMultiInstanceLoopCharacteristics [0..1] | |
Catched : BpmnCatchEvent [0..1] | |
OwnerActivity : BpmnActivity [0..1] | Data produced by the activity |
The represented Parameter, if any, shall be of the out or inout mode.