Description: The project work breakdown structure (WBS) is a hierarchical arrangement of the products and services produced during and by a project. Each element of a WBS may contain more-detailed WBS elements, activities, or both. WBS are hierarchical objects.
Name | Type | Description | Read-Only |
---|---|---|---|
isWorkPackage | Boolean | Whether this WBS is a work package. | No |
parentId | ForeignKey | The unique ID of the parent WBS of this WBS in the hierarchy. | No |
projectCode | String | The project Id of the WBS. | Yes |
projectId | ForeignKey | The unique ID of the associated project. | No |
sequenceNumber | Int | The sequence number of the WBS. | No |
wbsCode | String | The unique identifier for the WBS. | No |
wbsId | String | The unique ID generated by the system. | No |
wbsName | String | The name of the WBS. | No |