Distribution order represents an order that is submitted to the workflow engine for managing access to workplaces. Distribution order may contain many distribution items. Distribution order represents a transactional unit, changes specified in the distribution items will only be effective if all items have been processed correctly.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| distrib_order_id | nvarchar(64) | not null | A unique identifier for the distribution order. It is a generated uuid. |
| workflow_process_id | nvarchar(64) | with null | The id of the workflow process that was created for this order. |
| workflow_workitem_id | nvarchar(64) | with null | The id of the workflow item that was created for this order. |
| portal_instance_id | nvarchar(64) | with null | Id of the portal instance. |
| submitter_id | nvarchar(128) | with null | Id of the user that submitted the order |
| current_state | nvarchar(128) | with null | Records the current state of the order |
Product Name: Portal r12
Table Type: Table