Cluster.registerStateMachineTimeoutCallback()
Signature
void registerStateMachineTimeoutCallback(String entityURI, String ruleFunctionURI)
Description
Register a rule function to pre-process state machine timeouts. The pre-processor should be used to load and/or
lock associated objects.
Parameters
Name | Type | Description |
entityURI | String | URI for the concept. The preprocessor will be called when any states of state machines for these concepts timeout. |
ruleFunctionURI | String | The URI of the rulefunction that will be called as part of the pre-processor. |