In this article:

Managing Parameters

Events

Creating the Data Entry Step

To create a step to enter a specific data set, open the data entry step wizard.

To open the wizard

After the basic step properties have been determined, click the Next button on the first page of the wizard. The following page of the Step Description wizard opens:

Determine the following for the Data Entry step on the Step Description page:

If there is no appropriate authorization object, click the All Process Authorization Objects button. The Set Up Process Authorization Objects dialog box opens where an object can be added.

If there is no required group of users in the list, click the Open Security Manager button. The dialog box of security manager of Foresight Analytics Platform, which enables the user to create a required group of users.

When the checkbox is deselected, group or user will have read-only permission.

NOTE. The checkbox is selected by default for the data entry step.

To edit the selected data entry form, click the button. The data entry form will be opened for edit.

Enter a numeric value of step execution time and select a time measurement unit in the list:

The checkbox selected in the Finish Step By box enables setting the time by which the step is to be finished. On selecting the "minute" or "hour" time measurement units, this box is hidden.

If the step is not finished by the planned execution time, its state becomes Expired and Not Executed or Completed with Error.

The step execution period impacts the whole process execution period, which is determined on starting process for execution.

After the parameters have been determined on the Step Description page, click the Next button.

Managing Parameters

The next wizard page is Manage Parameters:

Determine the following for the Data Entry step on the Manage Parameters page:

Select the dictionary attribute to be send as parameter to data entry form, if required.

If there is no required process parameter, click the Process Parameters button. The Process Settings and Parameters dialog box opens, in which a process parameter can be added.

On setting up links between data entry form and process parameters, it is required to use dictionaries of one type. For example, it is prohibited to link dictionary with text elements and calendar dictionary. In this case, after the process is started for execution, the monitoring dialog box will display message indicating that errors occurred on generating parameters for data entry form and it is required to check parameter settings for the step:

After the parameters have been determined on the Manage Parameters page, click the Next button.

Events

The next wizard page is Events:

Set up automatically executed actions started when one of the events is occurred: step execution start, step execution finish and step rejection.

On generating a list of executed actions, select a tab with event first:

To add an event, click the button on the ribbon. The number of added actions is unlimited.

Actions to be added:

Sub <Fore method name>(Sender: IBProcessInstance; Args: IBProcessStepStateEventArgs);

Parameter:

Sender. Process instance.

Args. Event information: step, step old state, new state.

To change the actions execution order, use the / buttons, to delete - the button.

The list of automatically executed actions can be empty.

Click the Finish button to exit the wizard.

After creating the process steps, go to the steps execution emulation.

See also:

Creating Stage Steps