IBM BPM, V8.0.1, All platforms > Reference > Database views for Business Process Choreographer

APPLICATION_COMP view

Use this predefined Business Process Choreographer database view to query the application component ID and default settings for tasks.

Columns in the APPLICATION_COMP view
Column name Type Comments
ACOID ID The ID of the application component.
BUSINESS_RELEVANCE Boolean The default task business-relevance policy of the component. This value can be overwritten by a definition in the task template or the task. The attribute affects logging to the audit trail. Possible values are:

TRUE

The task is business relevant and it is audited.

FALSE

The task is not business relevant and it is not audited.
NAME String Name of the application component.
SUPPORT_AUTOCLAIM Boolean The default automatic-claim policy of the component.

If this attribute is set to TRUE, the task can be automatically claimed if a single user is the potential owner. This value can be overwritten by a definition in the task template or task.

SUPPORT_CLAIM_SUSP Boolean The default setting of the component that determines whether suspended tasks can be claimed. If this attribute is set to TRUE, suspended tasks can be claimed. This value can be overwritten by a definition in the task template or the task.
SUPPORT_DELEGATION Boolean The default task delegation policy of the component.

If this attribute is set to TRUE, the work item assignments for the task can be modified. This means that work items can be created, deleted, or transferred.

SUPPORT_ FOLLOW_ON Boolean The default follow-on task policy of the component.

If this attribute is set to TRUE, follow-on tasks can be created for tasks. This value can be overwritten by a definition in the task template or the task.

SUPPORT_ SUB_TASK Boolean The default subtask policy of the component. If this attribute is set to TRUE, subtasks can be created for tasks. This value can be overwritten by a definition in the task template or the task.

Database views for Business Process Choreographer