EventsAttachments
Contains document and file attachments associated with business process events, enabling users to access supporting documentation directly within Workday workflows.
Workday Resource Information
Retrieves attachments on the specified business process event that the processing user has permission to view.Secured by: Core Navigation, Public Business Processes
Scope: Adaptive Planning for Financial Plans, Adaptive Planning for the Workforce, Tenant Non-Configurable
Contains attachment(s)
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier for the event attachment instance. |
| Events_Id [KEY] | String | The Workday identifier (WID) links each event to its attachment, connecting each record to its corresponding event. |
| Category_Descriptor | String | Text description specifying the category of the attachment. |
| Category_Href | String | URL link to access the category details of the attachment. |
| Category_Id | String | Identifier used to reference the attachment category (WID, Id, or reference Id). |
| ContentType_Descriptor | String | Text description specifying the content type of the attachment. |
| ContentType_Href | String | URL link to access the content type details of the attachment. |
| ContentType_Id | String | Identifier used to reference the content type (WID, Id, or reference Id). |
| Description | String | Detailed description of the event attachment content. |
| FileLength | Decimal | Size of the attached file in bytes. This field indicates the precise length of an attachment. |
| FileName | String | A text attribute that stores the name of the file attached to an event, typically containing the original file name. |
| UploadDate | Datetime | Date and time when the attachment was uploaded to the business process. |
| UploadedBy_Descriptor | String | Text description specifying the person who uploaded the attachment. |
| UploadedBy_Href | String | URL link to the profile of the person who uploaded the attachment. |
| UploadedBy_Id | String | Identifier used to reference the uploader (WID, Id, or reference Id). |
| BusinessProcess_Prompt | String | Prompt for selecting a specific business process related to the event attachment. |
| CompletedOnOrAfter_Prompt | Date | Filter to include events completed on or after the specified date. |
| CompletedOnOrBefore_Prompt | Date | Filter to include events completed on or before the specified date. |
| InitiatedOnOrAfter_Prompt | Date | Filter to include events initiated on or after the specified date. |
| InitiatedOnOrBefore_Prompt | Date | Filter to include events initiated on or before the specified date. |
| Initiator_Prompt | String | Prompt for selecting the person who initiated the event. |
| Status_Prompt | String | Prompt for specifying the status of the event (for example, In Progress, Completed, Canceled). |
| Worker_Prompt | String | Prompt for selecting the worker associated with the event. |