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 Parameters, or the current record.
The lifetime of the processing context extends from the beginning to the end of a transaction. The objects it contains are not necessarily present from the start; they may also be added while a process is running. Sometimes " sharedState " is used interchangeably with "processing context."
You can find information about the interface and its derived interfaces here.