Processing context
A processing context is generated in Intrexx as soon as a procedure is performed on the Portal Server.
The processing context contains the sharedState, Session variable, Request parameter or the current data record, depending on the context.
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 sharedState is used synonymously with the processing context.
Click here for more information about the interface and the interfaces derived from this.