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.