Overview

The SSOLite package is a set of stored procedures, available in the iProcess database, that provide applications with direct access to a limited subset of iProcess functionality.

An application can use SSOLite stored procedures to issue instructions directly to the iProcess background processes (by inserting messages into the iProcess message queues) to perform the following iProcess operations:

start a case.
trigger an event.
graft a sub-procedure to a procedure (at run-time).
jump a case to a different point in the procedure.
suspend a case.
re-activate a suspended case.

There are four different categories of SSOLite procedure:

Data Procedures are used to create (or clear) any pack data that is required for a particular operation.
Command Procedures are used to perform the iProcess operations described above.
Control Procedures can be used to control the operation of the other SSOLite procedures. Their use is optional.
Debug Procedures can be used to provide debug information about the operation of data and command procedures, if required.