Previous | Table of Contents | Next |
An event that may be triggered, depending on whether or not a condition is satisfied, by the conclusion of one or more WarehouseProcess
runs.
There are two types of InternalEvents, depending whether the event triggers a series of different WarehouseProcesses, or whether
the event triggers the same WarehouseProcess in an attempt to retry a failed run.
Superclasses
WarehouseEvent
Attributes
condition
Indicates what condition the triggering WarehouseProcess run must meet to be considered (success, failure, warnings, etc.).
How the condition is expressed, and how the result of a Transform is generated is left to the implementation of the scheduler
and the transformation, respectively.
type: BooleanExpression
multiplicity: exactly one
References
triggeringWP
Associates an internal event with the triggering WarehouseProcess.
class:defined by:multiplicity:inverse: |
|||||
WarehouseProcess | |||||
TriggeringProcess::triggeringWP | |||||
one or more | |||||
WarehouseProcess::internalEvent |