The document summarizes the key object types involved in a workflow and provides short and detailed descriptions of each:
1) dm_workflow contains runtime workflow information, dm_activity defines activities, and dm_process contains process definitions.
2) dmi_workitem stores task information for human or automatic performers.
3) dmc_workqueue represents work queues for workflow tasks, dmc_workqueue_categ defines work queue categories, and dmc_workqueue_policy defines work queue configuration.
4) dmi_wf_timer records timer configuration for workflow activities.
The document summarizes the key object types involved in a workflow and provides short and detailed descriptions of each:
1) dm_workflow contains runtime workflow information, dm_activity defines activities, and dm_process contains process definitions.
2) dmi_workitem stores task information for human or automatic performers.
3) dmc_workqueue represents work queues for workflow tasks, dmc_workqueue_categ defines work queue categories, and dmc_workqueue_policy defines work queue configuration.
4) dmi_wf_timer records timer configuration for workflow activities.
Object Type Short Description Detailed Information
dm_workflow Contains the runtime A workflow object contains the runtime information about a information about a workflow. workflow. dm_activity An activity object defines a The attributes in an activity object define who performs the activity workflow activity. and the packages and work items generated from the activity. dm_process A process object contains the A process object is created when a user creates a workflow definition of a workflow definition in either Workflow Manager or Business Process Manager. process. There are three inherited attributes that are reserved for internal use for process objects: a_special_app, a_status, and a_application_type. dmi_workitem Stores information about a Work items are generated by Content Server from an activity task for a human or object. Users cannot create work items. Users can modify only the automatic performer. following attributes: a_held_by, a_wq_doc_profile, a_wq_flag, a_wq_name, and a_wq_policy_id. dmc_workqueue Represents a work queue for A work queue object represents a work queue for workflow tasks. work items generated from a The workqueue object type is installed by a script when Content workflow Server is installed. However, work queues (instances of the type) are created and managed using Webtop. dmc_workqueue_categ Defines a category for a work A work queue category object represents a category of work ory queue. queues. The object type has no attributes defined for it. It inherits all its attributes from its supertype, dm_folder. It uses only the object_name, acl_name, and acl_domain attributes. The object_name attribute stores the work queue category name dmc_workqueue_policy Defines configuration A work queue policy object defines configuration parameters for information for a work queue. handling a task in a workqueue. The parameters control how the items are handled. Each work queue has one associated work queue policy. If a document associated with a task has a defined work queue policy, that policy overrides the work queue’s policy. dmi_wf_timer Records the configuration of a A wf timer object describes a timer for a workflow activity. The wf timer for a workflow activity. timer objects are created automatically when the timer is instantiated.