How to send reminder every 3 days
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 10:06 AM
Hello,
I want to send a reminder to users every 3 days how can i achieve this?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 10:06 AM
Is workflow a better option or schedule job?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2024 10:09 AM
@J_47 It is better to use a scheduled job than a workflow. Workflow serves a different purpose and should be used when you would like to perform a set of activities together. From the instance perspective workflow consumes more resources than a scheduled job.
For reminders, a scheduled job is more than sufficient.