EventsRemainingSteps
Lists outstanding steps for business process events, helping users prioritize and complete pending tasks.
Workday Resource Information
Retrieves all remaining business process steps for the specified business 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 business process step instance. |
| Events_Id [KEY] | String | The Workday identifier (WID) of the event associated with this step. |
| CompletionStep | Bool | Indicates whether this step marks the completion of the business process. Returns true if it does. |
| Descriptor | String | The display name of the instance |
| DueDate_Descriptor | String | The display name of the instance |
| DueDate_Href | String | A URL linking to the detailed view of the due date for this step. |
| DueDate_Id | String | Unique identifier (WID, Id, or reference Id) associated with the due date. |
| Order | String | The sequential order of this step within the overall business process definition. |
| ParallelStepInboxOrder | String | The order of parallel steps as displayed in the My Tasks inbox. This value is returned only if the business process configuration allows the Parallel Step Order in My Tasks option. |
| Step | String | The alternate or custom name assigned to this workflow step in the business process definition. |
| StepType_Descriptor | String | The display name of the instance |
| StepType_Href | String | A URL linking to detailed information about the step type. |
| StepType_Id | String | Unique identifier (WID, Id, or reference Id) associated with the step type. |
| BusinessProcess_Prompt | String | The name or identifier of the business process for which steps are being retrieved. |
| CompletedOnOrAfter_Prompt | Date | Filters results to include steps completed on or after the specified date. |
| CompletedOnOrBefore_Prompt | Date | Filters results to include steps completed on or before the specified date. |
| InitiatedOnOrAfter_Prompt | Date | Filters results to include steps initiated on or after the specified date. |
| InitiatedOnOrBefore_Prompt | Date | Filters results to include steps initiated on or before the specified date. |
| Initiator_Prompt | String | The name or identifier of the person who initiated the business process. |
| Status_Prompt | String | Filters results based on the current status of the business process step, such as In Progress, Completed, or Canceled. |
| Worker_Prompt | String | The name or identifier of the worker associated with the business process step. |