Deploying and exporting RuleApps

You can deploy and export RuleApps and RuleApp archives from within Rule Designer, either from the RuleApp editor or through a Rule Execution Server configuration.

Whether your RuleApps originate from decision services or from classic rule projects, you can also use Ant tasks to deploy RuleApp archives.

Tip: A discrepancy might occur between the execution object model (XOM) on which a RuleApp was designed and the XOM that was deployed to the runtime environment. Such discrepancies can lead to a parsing failure that would prevent the correct execution of a newly deployed ruleset. If your XOM is likely to change over time and therefore cause such incompatibilities, consider including in the RuleApp deployment process a step for basic ruleset parsing validation that involves the runtime XOM.