Processing context
A processing context is created in Intrexx as soon as a process is executed on the Portal Server.
Depending on the context, the processing context contains objects such as the sharedState, the Session variable, the Request parameter or the current data record.
The lifetime of the processing context extends from the beginning to the end of a procedure. The objects it contains are not necessarily available from the beginning but can also be added while the procedure is being performed. Sometimes the sharedState is used synonymously with the processing context.
Information on the interface and derived interfaces can be found here.