Service Studio 6.0 Help
On Skip Action
The On Skip action is an activity callback action that allows you to implement business rules to validate whether an instance of a process activity in the process flow can have its execution skipped. An On Skip action can have local variables.
If you want to stop the execution from being skipped, raise an exception
using the
Raise Error
element. This will prevent the process activity from ending its execution
and will keep it in its current state. Learn more about how to Explicitly
Raise an Exception.
Input parameters
None
Output parameters
None
See Also
Process Activities Callback Actions | Process Activities Life Cycle | Process Callback Actions | Explicitly Raise an Exception | Designing Actions | Designing Processes | Process Flow Toolbox