Show TOC

Background documentationViewing Step Information in Step Details View Locate this document in the navigation structure

 

Step Details View displays additional information about the step that is selected in Debug View.

Note Note

To display Step Details View, choose   Window   Show View   Other   Step Details  .

End of the note.

The following table lists the step information displayed in Step Details View:

Step

Description

Type

The name of the executed step or action, such as Map, Copy, Eval, Invalidate, or the action name.

Description

A description of the step.

Status

An icon that indicates the result status:

  • Error (Error): Step failed on execution

  • Pending (Pending): Step not yet completed

  • Skip (Skip): Step not executed due to false evaluation of a guard condition

  • Success (Success): Step completed successfully

Model

The name of the model that contains the step

Development component

The name of the development component that contains the model

Guard condition

The guard condition expression that is defined for the step

Guard condition value

The result of the guard condition for the step (true\false)

Application error messages

The message that was returned from the runtime if the step failed to execute