Service Studio 6.0 Help
On Ready Action
The On Ready action is an activity callback action that allows you to design business rules to validate whether an instance of a process activity in the process flow is ready for execution or to simply perform initializations. An On Ready action can have local variables.
If you want to stop the process activity execution from being started,
raise an exception using the
Raise
Error element. This will prevent the process activity from starting
its execution and will set it to an error
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