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 to 1 to write-protect the definition. In 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 C:\Users\<username>\AppData\Local\Autodesk\Autodesk AutoCAD Map 3D <release>\Rxx.x\<language>\Pics folder or a subfolder. |
PRIORITY | Controls the sort order of the node items in the explorer tree. |
SCRIPTCODE | Stores the VB .NET script code (up to 4000 characters). |