Configuring Processing StepsΒΆ

A processing step is the smallest configuration element that can be executed. Each procesing step is an executeable task and is associated with either an External Programs or a Data Exchange Profile.

To define new Processing Steps follow these steps:

  1. From the Model Type Editor select a Step and click Edit or click Add to create a new step.
../../_images/Add_Model_Type_Step.png
  1. Click on the created empty step and enter the Step Index (step name), step Description and select the appropriate External Programs
../../_images/Enter_step_header.png
  1. Expand the step to get access to parameter assignment by clicking on the + to the left of the step. Screen will look as below.
../../_images/Expand_step.png
  1. Parameter values can be assigned directly to a step as either local paameters (Local Params) or as global parameters (Global Param Ref).
  • To assign a global parameter click Global Param Ref followed by Add.

    ../../_images/Add_Global_Parameter.png
    • Then select the parameter group from the drop-down list in the Global Param Ref field and specify the ‘Remove mode’. A ‘Remove Mode’ of True indicates that parameter values passed from the user through the Execute Process application should be overwriten by the values in the parameter group.

      ../../_images/Assign_Global_Parameter_with_remove_mode.png
  • To assign a local parameter click Local Params followed by Add.

    ../../_images/Add_Step_Parameter_1.png
    • Then enter the parameter name in Add and parameter value in Param Value.

      ../../_images/Add_Step_Parameter_2.png

Note

Local Parameters assigned to a step take priority over parameters entered by the user in the Execute Process application. Read about Model Type parameter value assignment priorities.

Note

Most parameters are used by external programs. To find the correct parameter name for the parameters associated with a particular external program see External Programs

Previous topic

Configuring Parameter Groups

Next topic

Configuring Processing Groups

This Page