void runRuleFunction(String workMgrName, String ruleFnURI, boolean bInPreprocessContext, Object... args)
void runRuleFunction(String workMgrName, String ruleFnURI, boolean bInPreprocessContext, Object... args)
Name | Type | Description |
---|---|---|
workMgrName | String | The workMgrName - The thread that will execute the rule Function |
ruleFnURI | String | The ruleFn to execute. This ruleFunction should return boolean true to continue, false to stop executing |
bInPreprocessContext | boolean | Whether to execute in Pre-processor context |
args | Object[] | The args for ruleFunction |
Type | Description |
---|---|
void |