ProjectPlanProjectTasksValues
Contains structured data on predefined project task values, improving reporting accuracy and project task standardization.
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 | A unique identifier for the project task, which can be referenced using the Workday ID (WID), internal ID, or reference ID. |
| Descriptor | String | The display name of the instance |
| CollectionToken | String | A token that serves as a reference to a collection of related project tasks. Use this value with the Collection_Prompt input to retrieve all associated members. |
| Collection_Prompt | String | A reference value derived from the CollectionToken column. Providing this input retrieves all child tasks associated with a collection, allowing for hierarchical project task retrieval. |
| Project_Prompt | String | A reference input used to specify or filter project-related data within the stored procedure. This helps in identifying the relevant project tasks tied to a particular project instance. |
| TopLevelPhase_Prompt | Bool | A boolean flag indicating whether the current project task represents a top-level phase. If the value is 'true,' it is a high-level phase, whereas if the value is 'false,' it is a sub-phase. |