Cluster.executeRuleFunction()

Signature

void runRuleFunction(String workMgrName, String ruleFnURI, boolean bInPreprocessContext, Object... args)

Domain

ACTION

Description

This function runs a rule function inside the context of a work manager

Parameters

NameTypeDescription
workMgrNameStringThe workMgrName - The thread that will execute the rule Function
ruleFnURIStringThe ruleFn to execute. This ruleFunction should return boolean true to continue, false to stop executing
bInPreprocessContextbooleanWhether to execute in Pre-processor context
argsObject[]The args for ruleFunction

Returns

TypeDescription
void