Modeling Business Processes and Their Execution > Getting Started with the Business Process Management Extension in the Web Application > Building Process > Setting Up Process Parameters > Setting Up Events
Process events with automatically executed operations can be set up on the Events tab in the Settings dialog box.
To create a list of executed operations:
Select the corresponding event:
Start. The list of operations will be started on process start.
Stop. The list of operations will be started on stopping process steps execution.
Restart. The list of operations will be started on restarting process steps.
Finish. The list of actions will be started on finishing process execution.
In the drop-down menu of the Add button on the toolbar select the added action:
Fore Method. Fore method execution.
Message. Sending email.
NOTE. One can add several operations.
Set up the operation.
Set mandatory parameters:
Assembly. Mandatory parameter. In the drop-down list select a Fore unit, the list contains all repository units and folders containing units. Search by unit name is available.
Method. Mandatory parameter. Select a method in the drop-down list. The list contains all unit methods corresponding to the signature:
Sub <Fore-method name>(Sender: IBProcessInstance; Args: IBProcessStepStateEventArgs);
Parameter:
Sender. Process instance.
Args. Event information: step, step old state, new state.
Available parameters:
Message text formatting settings:
Text editor operations:
To change the order of operation execution, use the Move Up and
Move Down buttons on the toolbar on the Events tab, to delete - use the
Delete button.
The list of automatically executed actions can be empty.
See also:
Setting Up Process Parameters | Setting Up Basic Properties | Managing Parameters