EventStepsComments
Logs comments for business process event steps, providing context and justification for actions taken.
Workday Resource Information
Retrieves a collection of business process event steps. You can filter the event steps by business process, creation date, due date, and step type.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 |
| EventSteps_Id | String | The Workday Identifier (WID) links this record to the EventSteps table, serving as a reference for managing event-related data in Workday. |
| Comment | String | A user-entered comment related to the event step. |
| CommentDate | Datetime | The exact date and time when the comment was created. |
| Person_Descriptor | String | The display name of the instance |
| Person_Href | String | A URL link to the person's profile or related Workday resource. |
| Person_Id | String | The unique Workday identifier for the person, which can be a WID, Id, or reference Id. |
| BusinessProcess_Prompt | String | The name or identifier of the business process associated with the event step. |
| CreatedOnOrAfter_Prompt | Date | Filters results to include only those created on or after the specified date. |
| CreatedOnOrBefore_Prompt | Date | Filters results to include only those created on or before the specified date. |
| DueDateOnOrAfter_Prompt | Date | Filters results to include only those with a due date on or after the specified date. |
| DueDateOnOrBefore_Prompt | Date | Filters results to include only those with a due date on or before the specified date. |
| StepType_Prompt | String | Specifies the type of step within the business process, such as approval, task, or notification. |