# Activities

> The following table lists the activities that are included in the Workday Activities Package.

The following table lists the activities that are included in the Workday Activities Package.

| Activity | Description |
| --- | --- |
| [Workday Scope](https://docs.uipath.com/activities/other/latest/legacy-integrations/workday-scope) | Establishes a connection to your Workday Web Service and provides a scope for all Workday activities. |
| [Get Report](https://docs.uipath.com/activities/other/latest/legacy-integrations/workday-get-report) | The **Get Report** activity uses the SOAP based [Reports as a Service (RaaS)](https://doc.workday.com/reader/HAJOEAaClxziA9ljvuBqZA/SyXmXfVCjUOT8xAvvczmng) to retrieve a specified report.  After retrieving the report, the activity outputs the report in a `DataTable` and/or in its native `String` format. Additionally, the activity outputs the status of the web service request (success/failure information) in a `ResponseStatus` object that you can use in subsequent activities (e.g., conditional logic). |
| [LaunchEIB](https://docs.uipath.com/activities/other/latest/legacy-integrations/workday-launcheib) | The **Launch EIB** activity uses the SOAP [Launch_EIB](https://community.workday.com/sites/default/files/file-hosting/productionapi/Integrations/v33.0/Launch_EIB.html) operation to invoke a specified EIB integration.  After invoking the EIB integration, the activity outputs the EIB event details in an `Integration_EventType` object and the status of the request (success/failure information) in a `ResponseStatus` object that you can use in subsequent activities (e.g., conditional logic). |
| [Invoke Workday Operation](https://docs.uipath.com/activities/other/latest/legacy-integrations/workday-invoke-workday-operation) | The **Invoke Workday Operation** activity allows you to specify any public Workday API operation and its relevant properties.  After invoking the operation, the activity outputs the any properties that you have set as variables and the status of the request (success/failure information) in a `ResponseStatus` object that you can use in subsequent activities (e.g., conditional logic). |
