# Retriggering the project within itself

**URL:** https://forum.robusta.ai/t/retriggering-the-project-within-itself/95
**Category:** Tips & Tricks
**Created:** [April 25, 2022, 11:55am UTC](https://forum.robusta.ai/t/retriggering-the-project-within-itself/95 "2022-04-25T11:55:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ilayda.ipar](https://dub1.discourse-cdn.com/flex005/user_avatar/forum.robusta.ai/ilayda.ipar/32/56_2.png) [@ilayda.ipar](https://forum.robusta.ai/u/ilayda.ipar)
#### Post date: [April 25, 2022, 11:55am UTC](https://forum.robusta.ai/t/retriggering-the-project-within-itself/95/1 "2022-04-25T11:55:40Z")

</div>

Different methods can be used for this.

1- You can reschedule the process with the scheduled process component. (Be careful as this method may loop endlessly. So, it may be necessary to set a count and not trigger it again when this count is, for example, 2.)

2- You can call the same process with call activity inside your process. (Be careful as this method may loop endlessly. So, it may be necessary to set a count and not trigger it again when this count is, for example, 2.)

3- While scheduling the process from the Scheduler, you can trigger the same process in case of success or failure from the post process.
