# How to retry with custom actions?

**URL:** https://forum.mautic.org/t/how-to-retry-with-custom-actions/14625
**Category:** Development
**Created:** [June 3, 2020, 10:17pm UTC](https://forum.mautic.org/t/how-to-retry-with-custom-actions/14625 "2020-06-03T22:17:50Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![mayanktiwaridotcom](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/mayanktiwaridotcom/32/1501_2.png) [@mayanktiwaridotcom](https://forum.mautic.org/u/mayanktiwaridotcom)
#### Post date: [June 5, 2020, 6:51pm UTC](https://forum.mautic.org/t/how-to-retry-with-custom-actions/14625/2 "2020-06-05T18:51:27Z")

</div>

I tried to reproduce and came to same issue as you. I couldn’t even find in database where the failed flag is set so it could be that we are using older version of class which is going to be depreciated ?

```
/**
 * Class CampaignExecutionEvent.
 *
 * @deprecated 2.13.0; to be removed in 3.0
 */
class CampaignExecutionEvent extends Event
```

---

_[View the full topic](https://forum.mautic.org/t/how-to-retry-with-custom-actions/14625)._
