KB Article #67528

Two Different Execution Types for a single Transfer Change State Decision Rule

Problem

-- How to have two execution types triggered by a decision rule :



-- a model that routes the transfer
and
-- a batch script.


Resolution

* It is not possible to have several action in a decision rule.



* The solution is to launch the transfer done with the decision rule at the beginning of the script.



* You have to build the peltrans command according to the model parameters.



*  If you execute in the script a command like :
peltrans -ml [model_name]



please note that it will not work if the model contains symbolic variables (like &(dest_alias) etc ).



* Additionaly, you could use the route_from_xfer (-rfx) option which should lead to the newly created transfer to inherit some values of the original transfer.