Click or drag to resize
IRuntimeEngine Properties

The IRuntimeEngine type exposes the following members.

Properties
  NameDescription
Public propertyDescriptions
Signature definition of rule engine that is prepared by provided model
(Inherited from IExecutableModel.)
Public propertyEnableFullLog
Sets Events to capture all activities during executions
Public propertyEntries
This property is for transformation of data when engine is based on a Decision Table.
(Inherited from IExecutableModel.)
Public propertyEvents
List of events to be captured during execution
Public propertyModel
Rule model that is used for this instance of IExecutableModel
(Inherited from IExecutableModel.)
Public propertyOnRunning
A hook to allow configuration on ExecutorSetupInformation or IActiveElementExecutionContext. Or you can handle ActiveElementEngine events.
(Inherited from IExecutableModel.)
Public propertyWorkflow
Workflow runtime instance
Top
See Also