EventsInProgressSteps
Monitors ongoing steps within business process events, allowing users to track in-progress activities and pending actions.
Workday Resource Information
Retrieves all business process steps that are currently in progress 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 of the event step instance. |
| Events_Id [KEY] | String | The Workday identifier (WID) of the parent event that owns this step. |
| Anonymous | Bool | Indicates whether the event step was assigned anonymously. Returns true if anonymous, false otherwise. |
| BusinessProcessStep_Descriptor | String | The display name of the instance |
| BusinessProcessStep_Id | String | Unique identifier of the business process step instance. |
| CreationDate | Datetime | The date and time when the event record was created in the system. |
| DelayedDate | Datetime | The date and time when a delayed step is scheduled to trigger. |
| Descriptor | String | The display name of the instance |
| DueDate | Datetime | The date by which this step is expected to be completed. |
| Order | String | The order of this step within the business process definition it is part of. |
| ParallelStepInboxOrder | String | The order in which parallel steps appear in the My Tasks inbox. This field only returns a value if the business process type supports the Parallel Step Order in My Tasks configuration. No value is returned if multiple steps are associated with this event step. |
| Status_Descriptor | String | The display name of the instance |
| Status_Href | String | A URL link to view the event step instance in Workday. |
| Status_Id | String | The unique identifier (WID, Id, or reference Id) of the status. |
| BusinessProcess_Prompt | String | Specifies the business process associated with the event step. |
| CompletedOnOrAfter_Prompt | Date | Filters results to include only steps completed on or after the specified date. |
| CompletedOnOrBefore_Prompt | Date | Filters results to include only steps completed on or before the specified date. |
| InitiatedOnOrAfter_Prompt | Date | Filters results to include only steps initiated on or after the specified date. |
| InitiatedOnOrBefore_Prompt | Date | Filters results to include only steps initiated on or before the specified date. |
| Initiator_Prompt | String | Specifies the user who initiated the event step. |
| Status_Prompt | String | Filters results by the status of the event step. |
| Worker_Prompt | String | Specifies the worker associated with the event step. |