EventsCompletedStepsAwaitingPersons
Tracks individuals awaiting specific actions within completed business process steps, helping manage task assignments and approvals.
Workday Resource Information
Retrieves all business process steps that are completed for the specified buinesss process event.Secured by: Core Navigation, Public Business Processes
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the current instance within the Workday system. |
| EventsCompletedSteps_Id [KEY] | String | Workday identifier (WID) that uniquely identifies the related EventsCompletedSteps record. |
| Events_Id [KEY] | String | WID that represents the parent Events record associated with this instance. |
| Descriptor | String | A brief preview or summary of the instance, often used for quick identification. |
| BusinessProcess_Prompt | String | Specifies the business process associated with the event, allowing users to filter or categorize results. |
| CompletedOnOrAfter_Prompt | Date | Filters events to include only those completed on or after the specified date. The format is YYYY-MM-DD. |
| CompletedOnOrBefore_Prompt | Date | Filters events to include only those completed on or before the specified date. The format is YYYY-MM-DD. |
| InitiatedOnOrAfter_Prompt | Date | Filters events based on their initiation date, including only those initiated on or after the specified date. Format: YYYY-MM-DD. |
| InitiatedOnOrBefore_Prompt | Date | Filters events based on their initiation date, including only those initiated on or before the specified date. Format: YYYY-MM-DD. |
| Initiator_Prompt | String | Specifies the person who initiated the event, identified by their WID or name. |
| Status_Prompt | String | Filters events by their current status, such as In Progress, Completed, or Cancelled. |
| Worker_Prompt | String | Identifies the worker associated with the event, either by WID or name. |