Now a question on Change Sets:
Can a change set contain rule templates and their corresponding decision
table?
The way do use templates, as I have done at least and found in the
documentation, is to use an ExternalSpreadSheetCompiler to generate the
final rules using the templates and decision tables. After this is done,
the resulting DRL is added to the builder.
Is there a way to specify that in the change set so the compilation
(dtable/spreadsheet) is done automatically (and can be handled by an
agent)?
Thanks