1.2.7.5 BpmnDataOutput
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.
: DataOutput class diagram
Figure 76 : DataOutput class diagram
ParameterBpmnItemAwareElementBpmnDataOutput
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.
1.2.7.5.1 Consistency rules
The represented Parameter, if any, shall be of the out or inout mode.