In this article:

Step Description

Events

Creating the Manual Operation Step

The Manual Operation Step is used to describe tasks that are executed by user without any automated execution operation.For example, the contract signature or discharge of goods.To create the step, open manual operation wizard.

To open the wizard

After the basic step properties have been determined, click the Next button on the first page of the wizard.

Step Description

The next wizard page is Step Description:

Determine the following for the Manual Operation step on the Step Description page:

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 opens, which enables the user to create the required group of users.

The selected user will get default access to read and write to data segment

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

To determine time, by which step must be finished, select the Finish Step By checkbox. When the "minutes" or "hours" time measurement units are selected, this box is hidden.

If the step is not finished by the scheduled execution period, the step status becomes Expired.

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

NOTE. During step execution the specified parameters will be displayed in the Information about Manual Operation Step dialog box the opens on selecting the Open Linked Object item.

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

Events

The next wizard page is Events:

Set up automatically executed actions launched on step execution start or end.

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:

To edit the selected unit, click the button.

To create a unit, click the button.

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

Parameter:

Sender. Process instance.

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

To refresh the methods list, click the button.

To copy method signature, click the button.

To change order of operations execution, use the / buttons on the toolbar, to delete use the button.

The list of automatically executed actions can be empty.

Click the Finish button to exit the wizard.

After creating the process steps, set up process steps execution conditions.

See also:

Creating Stage Steps