BusinessProcessOutput Table

Output tables may be created as a result of a business process. The BusinessProcessOutput table contains data describing the output of a particular business process run. The BusinessProcessOutput.TableName field refers to an output table for a given instance of a business process. The BusinessProcessOutput.TableKey field is the key by which this table is referenced internally. In the figure below, you can see that the BusinessProcessOutput table is a child table of the BusinessProcessStatus table. The content and columns defined within each output table is typically determined by a QueryViewSpec referenced within the BusinessProcessView table. In the figure below, the yellow tables represent examples of the two different types of output tables that the food bank inventory business process sample can produce. Note the different columns in each table that are defined through two separate QueryViewSpecs.

Figure:   The BusinessProcessOutput table contains data describing the output of a particular business process run.