Welcome to the IDIOM Decision Products Knowledgebase.

alt
 



Recent Comments

    Tip: Nodes are created and then ‘disappear’

    Mark Norton  3 December 2009 01:02:21 PM
    If you are doing unit testing and you use the in-line debugger to verify that various nodes are in fact being created, but which subsequently disappear from the returned document, then the most likely cause is a ‘AbortDecisionGroup’ later in the decision model. AbortDecisionGroup rolls back all preceding decisions that have occurred under the group. To avoid this, use ExitDecisionGroup instead.

    Note that the AbortDecisionGroup may exist in a a child decision group if the ‘AbortParent’flag is true on the child decision group.

    Note also that ExitDecisionGroup is much more efficient than AbortDecisionGroup, and should be used as the default option.