Previous | Table of Contents | Next |
Indicates that a WarehouseProcess should be retried upon failure. This type of event is used for example when a WarehouseProcess
relies on sources with uncertain availability (connection or uptime).
In general, the triggering WarehouseProcess and the triggered WarehouseProcess are the same, and only one WarehouseProcess
is involved. But this is not an imposed limitation. It is left to the schedulers to decide on the implementation behavior
for complex cases.
Superclasses
InternalEvent
Attributes
waitDuration
Indicates the length of time (in seconds) to wait before retrying the triggered WarehouseProcess. type: Float multiplicity:
exactly one
maxCount
Indicates how many times the triggered WarehouseProcess should be retried before being declared failed.
type: |
Integer |
||||
multiplicity: | exactly one | ||||
abstract |