Previous Table of Contents Next


15.3.16 WarehouseStep


   A WarehouseStep is a component of a WarehouseActivity. It represents the processing of an individual TransformationStep. It may be used to identify WarehouseEvents that trigger the processing of the TransformationStep and/or InternalEvents that are triggered by the conclusion of the processing of the TransformationStep.

   For example, a WarehouseStep may be used to document how a specific TransformationStep should be retried upon failure.

   Superclasses

   WarehouseProcess

   Contained Elements

   WarehouseEvent

   References

   transformationStep

   Associates a WarehouseStep with the TransformationStep it performs.

   class: TransformationStep

   defined by: WarehouseStepRunsTransformationStep ::transformationStep

   multiplicity: exactly one

   warehouseActivity

   Identifies the WarehouseActivity that includes this WarehouseStep.

   class: WarehouseActivity

   defined by: WarehouseActivityStep::warehouseActivity

   multiplicity: exactly one

   inverse: WarehouseActivity::warehouseStep