Cluster.registerStateMachineTimeoutCallback()

Signature

void registerStateMachineTimeoutCallback(String entityURI, String ruleFunctionURI)

Domain

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

NameTypeDescription
entityURIURIfor the concept. The preprocessor will be called when any states of state machines for these concepts timeout.
ruleFunctionURITheURI of the rulefunction that will be called as part of the pre-processor.

Returns

None.