Open
Description
Feature Request
Currently the PolicyMonitor
is implemented as a normal state machine like TransferProcess and ContractNegotiation one.
But as stated here the PolicyMonitor
implemented as SM could be overkill and not optimal in terms of performance and database load.
Since the only non final state of PolicyMonitor
is STARTED
we could implement it more as a watchdog than a state machine
and implement an optimized strategy for watching the entry in STARTED
state.