# Triggers

> The UiPath.IntegrationService.Activities package includes the following UiPath Data Fabric triggers:

The UiPath.IntegrationService.Activities package includes the following UiPath Data Fabric triggers:

| Event type | Trigger types | Activity |
| --- | --- | --- |
| Record Created | Start, Wait for Event | [Record Created](https://docs.uipath.com/activities/other/latest/workflow/record-created) |
| Record Updated | Start, Wait for Event | [Record Updated](https://docs.uipath.com/activities/other/latest/workflow/record-updated) |

**Event types** represent the action that occurred in Data Fabric — for example, a record was created or updated.

**Trigger types** define how the workflow responds to the event:

* **Start** — Starts a new workflow instance when the event occurs.
* **Wait for Event** — Pauses a running workflow until the specified event occurs, then resumes it.

For information on connected and disconnected triggers, refer to [UiPath Data Fabric events](https://docs.uipath.com/integration-service/automation-cloud/latest/user-guide/uipath-data-service-events#connected-and-disconnected-triggers).
