ProjectPlanProjectPlanTasksValues
Maintains predefined task values related to project plans, facilitating consistency in task categorization and workflow automation.
Workday Resource Information
Retrieves instances that can be used as values for other endpoint parameters in this service.Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the project plan task. This ID is used as a reference across the Workday system to track and manage specific project tasks. |
| Descriptor | String | The display name of the instance |
| CollectionToken | String | A unique token used to reference a collection of related project plan tasks. This value can be used in conjunction with the Collection_Prompt input to retrieve all associated members of the collection. |
| Collection_Prompt | String | A reference value derived from the CollectionToken column. Supplying this input fetches all child elements associated with a specific collection. |
| Project_Prompt | String | A reference identifier for the associated project within the Workday system. This value helps in linking tasks to the correct project. |
| TopLevelPhase_Prompt | Bool | A boolean flag indicating whether the current task represents a top-level phase in the project plan. If the value is 'true,' this task is a primary phase; otherwise, it is a subtask or a lower-level component. |