You can define additional processing that should happen when a case enters a given state. For example, you can have a To Do entry created when a case enters a given state. This additional processing is held in algorithms that are plugged in on the case type.
You can also incorporate state transitioning logic within routines that are executed when a case enters a state, so that you do not need to rely upon CASETRAN to transition your cases. Note that your Exit Validation and Exit Processing logic, if configured for the case state, will still be executed as part of the state transition. Auto-Transition logic for this state will be ignored during this transition.
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.