Documentation Home

Process Data Model

The new tables introduced by this module are intended to manage processes, process parameters, and process data records.

Note: Each of these entities are maintained in the blEventPU, which is the same persistence unit used to manage SystemEvents and ScheduledJobs.

Process

Tables

Table Related Entity Description
BLC_PROCESS Process The representation/documentation of an executed set of work
BLC_PROCESS_PARAM ProcessParam An input parameter used when executing the process
BLC_PROCESS_PARAM_VAL ProcessParamValueChunk A portion of a ProcessParam value, if the value exceeds 250 characters
BLC_PROCESS_DATA_RECORD ProcessDataRecord The record of an event that occurred during the execution of the process including error documentation or general information about the execution