Steps and PreSteps

The Steps are the actions that are run when the page is submitted.

These can range in a variety of operations from simple validation checks to firing .wms trigger events.

There is the ability to set these up as PreSteps to run when the page is loaded, but it is important to note that you will only have the InstanceID as a contextual parameter to use.

FailSteps can also be run when Steps have failed. ENG 10756

Key

Description

IterateOnList

A flag to tell a step to run on every row of data from a GetMultiple step. The value should be the name of the list of data which will be the value of SaveTo from the GetMultiple.

IterateOnTable

A flag to tell a step to run on every row of data from a table. The value should correspond to the TableGroup defined on the inputs.

Name

The name used to identify the step.

SQL

The SQL query to run for steps that require it.

Type

The type of step to run.

The supported Type options are listed below.

When using .tms, only a subset of step types are currently available: ENG 10919

  • Check

  • Command

  • Dump

  • Get

  • GetMultiple

  • Subroutine

  • Trigger

  • IterateOnList can be used on step.