Publishes a specific rule flow.
Requirement: | This macro must be run on the server tier. |
specifies the name of the rule flow that you want to publish.
Interaction | Specify either the RULEFLOW_SK= option or both the RULEFLOW_NAME= and FOLDER_PATH= options. |
Example | ruleflow_name=%str(Ruleflow1) |
specifies the identification number of the rule flow. The identification number is shown in parentheses after the rule flow name on the rule flow History page or in the Properties section of the Results tab on the rule flow Tests page.
Interaction | Specify either the RULEFLOW_SK= option or both the RULEFLOW_NAME= and FOLDER_PATH= options. |
Example | ruleflow_sk=10014 |
specifies the full pathname to the business rules folder where the rule flow is defined. Separate folder names with forward slashes.
Interaction | Specify either the RULEFLOW_SK= option or both the RULEFLOW_NAME= and FOLDER_PATH= options. |
Example | folder_path=%str(Claims/Processing) |
specifies the pathname to the folder that contains the metadata for the rule flow.
Example | metadata_folder=%str(/Shared Data) |