Persistence activities
Wait for Event and Resume activities allow you to suspend the execution of the current workflow until a specified event is detected. After the event is completed successfully, the execution of the workflow is resumed.
The persistence activities start an operation and set its status to Successful when the Task is completed successfully. When the activity throws an exception, the Task status is set to Failed.
The following persistence activities are available in the Microsoft 365 activity package:
| Activity | Description |
|---|---|
| Wait for Calendar Event Created and Resume | Waits for a new event to be created in the selected user calendar and resumes the workflow. |
| Wait for Calendar Event Received and Resume | Waits for a new event invitation to be created in the selected user calendar and resumes the workflow. |
| Wait for Calendar Event Replied and Resume | Waits for someone to reply to a calendar event in the selected user calendar and resumes the workflow. |
| Wait for Calendar Event Updated and Resume | Waits for an event to be updated in the selected user calendar and resumes the workflow. |
| Wait for Cell in Worksheet Updated and Resume | Waits for a cell within a worksheet to be updated and resumes the workflow. |
| Wait for Email Received and Resume | Waits for a new email to be received and resumes the workflow. |
| Wait for Email Sent and Resume | Waits for a new email to be sent and resumes the workflow. |
| Wait for File Created and Resume | Waits for a new file to be created in the selected user location and resumes the workflow. |
| Wait for File Updated and Resume | Waits for a file to be updated in the selected user location and resumes the workflow. |
| Wait for Row Added to the Bottom of a Table and Resume | Waits for a row at the bottom of a table to be filled in and resumes the workflow. |
| Wait for List Item Added and Resume | Waits for a new item to be added in the specified SharePoint list and resumes the workflow. |
| Wait for List Item Updated and Resume | Waits for an item to be updated on the specified SharePoint list and resumes the workflow. |
| Wait for Worksheet Created and Resume | Waits for a new sheet within a workbook to be created and resumes the workflow. |