| CallValueCollectorCreateValues Method |
Creates and collects values that are required for calling a target engine
Namespace: FlexRule.Procedural.TasksAssembly: FlexRule.Procedure (in FlexRule.Procedure.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxpublic static Object[] CreateValues(
ActiveElement current,
bool newContext,
IActiveElementExecutor executor,
ISignatureVariableInfo[] targetInputParameters
)
Parameters
- current
- Type: FlexRuleActiveElement
Current ActiveElement that is calling other engines - newContext
- Type: SystemBoolean
If current context will be shared true, otherwise new context will be created - executor
- Type: FlexRuleIActiveElementExecutor
Current executor that is used for context provider. If it has a nested scope active variable container otherwise current variable container - targetInputParameters
- Type: FlexRule.SignatureISignatureVariableInfo
Input parameters of the target engine
Return Value
Type:
Object
See Also