| Previous | Table of Contents | Next | 
   A WarehouseActivity	    is a subtype of WarehouseProcess that represents the processing of a TransformationActivity. It may identify
            WarehouseEvents that trigger the processing of the TransformationActivity	    and InternalEvents that are triggered by the conclusion
            of this processing. It may contain a set of WarehouseSteps that define in more detail the processing of the individual TransformationSteps
            of the TransformationActivity. 
   Superclasses 
   WarehouseProcess 
   Contained Elements 
   WarehouseEvent WarehouseStep	    
   References 
   transformationActivity 
   Associates a WarehouseActivity	    with the TransformationActivity	    it performs. class: TransformationActivity	     defined by: WarehouseActivityRunsTransformationActivity::
   transformationActivity multiplicity: exactly one 
   warehouseStep 
   Identifies WarehouseSteps that are components of the WarehouseActivity. 
                        class:defined by:multiplicity:inverse: | 
                  |||||
| WarehouseStep | |||||
| WarehouseActivityStep::warehouseStep | |||||
| zero or more; ordered | |||||
| WarehouseStep::warehouseActivity |