%BRM_PUBLISH_RULE_FLOW

Publishes a specific rule flow.

Requirement: This macro must be run on the server tier.

Syntax

%BRM_PUBLISH_RULE_FLOW (RULEFLOW_NAME=%STR(name),
RULEFLOW_SK=number, FOLDER_PATH=%STR(pathname),
METADATA_FOLDER=%STR(pathname));

Required Arguments

RULEFLOW_NAME=%STR(name)

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)

RULEFLOW_SK=number

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

FOLDER_PATH=%STR(pathname)

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)

METADATA_FOLDER=%STR(pathname)

specifies the pathname to the folder that contains the metadata for the rule flow.

Example metadata_folder=%str(/Shared Data)
Last updated: February 22, 2017