Show contents 

Modeling Business Processes and Their Execution > Getting Started with the Business Process Management Extension in the Desktop Application > Building Process > Setting Up Process Parameters > Setting Up Events

Setting Up Events

Process events during specific step execution can be set up on the Events page in the Process Settings and Parameters dialog box.

Set up automatically executed operations started when one of the events occurs: starting process, stopping process steps execution, restarting process steps, finishing process execution:

To create a list of executed operations, select the corresponding tab with the event: Start, Stop, Restart, End, then click the Add button on the toolbar and select the added operation:

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

Parameter:

Sender. Process instance.

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

NOTE. The number of added actions is unlimited.

To reorder operations execution, use the Move Up and Move Down buttons on the toolbar. To delete operations, click the Delete button.

After executing the operations, the list of operations started in the specified order when the particular event occurs is created. The list of automatically executed actions can be empty.

See also:

Setting Up Process Parameters | Setting Up Basic Properties | Managing Parameters