Announcements
No record found.
Hi,
I have a workflow that i want it to run every 24 hours. Is it possible to create another workflow with Terms waiting that run the first workflow in loop?
*This post is locked for comments
Do you mean a reoccurring workflow?
If so, here is a great blog post on it and the accompanying YouTube video
community.dynamics.com/.../scheduling-recurring-workflows-in-microsoft-dynamics-crm-2011-online-and-on-premise.aspx
www.youtube.com/watch;feature=youtu.be
Hope this helps
Hi Amiliy,
I guess you want to Schedule a workflow.
There is OOB Wait Condition in Dynamics CRM Workflow but they should not be used because of the performance issue.
However, I will give you a workaround.
1. Create an Entity, say WorkflowScheduler
2. Create a Record of this Entity
3. Create a Workflow with the logic you want to implement (in your case you already have it, the one which you want to run every 24 hours). This workflow will run on the Delete event of the WorkflowScheduler Entity. This workflow will also create another Record of WorkflowScheduler Entity.
4. Create a Bulk Delete System Job. Schedule it to run when you want your Workflow logic to execute.
Just to explain what will happen.
When the Bulk Delete Job runs, it will delete the WorkflowScheduler Entity record, which will then trigger the Workflow and will also create one record for WorkflowScheduler for the next Bulk Delete Job.
This will then become a recursive event in your Dynamics CRM environment.
Hope that helps
Thanks
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
JS-09031509-0 3
AS-17030037-0 2
Mark Eckert 2