Exporting a Business Rule
You can export business rules fromTIBCO BusinessEvents WebStudio to rule template instance file.
A business rule in a project is identified by the .ruletemplateinstance file extension. The rule template instance file is generated when the BuildAndDeploy option is selected for the business rule in approvals. See Generating and Deploying the Business Rule’s Rule Template Instance for more details.
The sample file content of the exported rule template instance file is:
<?xml version="1.0" encoding="UTF-8"?> <RuleTemplateInstance id="738cd4ea-8569-4744-aa86-fb88a89bf0a3" implementsPath="/Rule_Templates/Applicant_PreScreen"> <actions/> <binding id="minimumIncome" value="5000"/> <binding id="minimumAge" value="25"/> <binding id="creditType"/> </RuleTemplateInstance>
Procedure
Copyright © TIBCO Software Inc. All Rights Reserved.