IBProcessEvent

Assembly: BPM;

Description

The IBProcessEvent interface contains basic properties and methods for setting up a process event/step.

Inheritance Hierarchy

IBProcessEvent

Comments

The interface is basic for the following interfaces:

Properties

  Property name Brief description
EventType The EventType property determines event type.
ExecutionType The ExecutionType property returns event execution type.
Name The Name property determines event name.
Order The Order property determines event triggering order.
Periodic The Periodic property returns whether the event has execution period.
PeriodMeasure The PeriodMeasure property determines a measurement type for event execution period on deadline disruption.
PeriodType The PeriodType property determines event occurrence period type on deadline disruption.
PeriodValue The PeriodValue property determines event execution period on deadline disruption.

Methods

  Method name Brief description
Clone The Clone method creates an event copy.
Execute The Execute method starts event execution for the specified process instance.
IsValid The IsValid method returns whether event settings are correct.

See also:

BPM Assembly Interfaces