System Table TB_WORKFLOW

The system table TB_WORKFLOW stores the workflow definitions. It resides in the industry model.

Attributes of TB_WORKFLOW

Description

ID

Stores the unique key, which is system-generated.

IS_SYSTEM

Sets values related to the definition in the Workflow administrator. Set this value = 1 to write protect the definition. this case only the caption can be modified.

CAPTION

Specifies the unique name that is displayed in the industry model explorer .

NAME

Specifies the name of the workflow

PARENT_ID

Stores the TB_WORKFLOW.ID of the root workflow. This value is used for the sort order in the workflow explorer tree.

PICTURE

Stores the name of the icon in the workflow explorer. The pictures must be saved in the <AutoCAD Map 3D>\pic folder or a sub folder.

PRIORITY

Controls the sort order of the node items in the explorer tree.

SCRIPTCODE

Stores the VB .NET script code (up to 4000 characters).