Project Name | String Name of the rule project that contains the rule set or decision table that you want to execute. Note: The rule project that contains the rule set or decision table that you want to execute must be deployed on Integration Server. | |
Invocation Target | String Name of the rule set or decision table that you want to execute. Specify one of the following: | |
Specify... | To... | |
RS/[RuleSetName] | Define a rule set. | |
DT/[DecisionTableName] | Define a decision table. | |
D3/[DecisionTreeName] | Define a decision tree. | |
Create Missing Inputs | Boolean Optional. Creates an empty input parameter without input values if no input parameter is specified for the rule set or decision table. Set to: true if missing inputs should be created. This is the default. false if missing inputs should not be created. | |
Inputs | Document Defines the input parameters for the rule set or decision table. Note: The generic invoke service pub.businessrules.client:genericInvoke that is included in the WmBusinessRules package demonstrates how to specify inputs. | |
Key | Description | |
[Input Parameter Name] | Document Defines the input parameter elements and their values. | |
Fact IData | Parameter instance at runtime. | |
Desired Outputs | Document List Optional. Defines a list of output parameters that you want the service execution to return. Note: If no output parameters are specified, all output parameters of the Invocation Target are returned. If a specified output parameter does not exist, the specified output parameter is ignored. |
Outputs | Document Defines the output parameters returned by the rule set or decision table. | |
Key | Description | |
[Output Parameter Name] | Document Defines the output parameter elements and their values. | |
Fact IData | Parameter instance at runtime. |