Previous Table of Contents Next


16.3.4 StepExecution


   A StepExecution is used to record details of a specific execution of a TransformationStep.

   Superclasses

   TransformationExecution

   References

   transformationStep

   Identifies the TransformationStep of which this is an execution. class: TransformationStep defined by: TransformationStepExecutions::transformationStep multiplicity: exactly one

   activityExecution

   Identifies an ActivityExecution of which this StepExecution is a part.

class:

defined by:

multiplicity:

inverse:

ActivityExecution
ActivityStepExecutions::activityExecution
zero or one
ActivityExecution::stepExecution

   callAction

   Where a TransformationStep involves the use of an Operation, a CallAction may be used to record details of the actual parameters used in the StepExecution. class: CallAction defined by: StepExecutionCallAction::callAction multiplicity: zero or one