cancel
Showing results for 
Search instead for 
Did you mean: 

Set up a recurring workflow for specific user

Former Member
0 Kudos

Greetings experts~

I would like to setup a simple workflow item in 46C via SWDD that is recurring twice daily. I essentially need to remind one specific user to execute two specific transactions twice a day. Very simple I'm sure.

Many thanks!

View Entire Topic
Former Member
0 Kudos

Hi Joseph,

Usually workflow is Event-based and hence an event triggers a workflow.

But your requirement is to send reminders/notifications to a user. For this, you can just write a report and schedule it to run as a batch job twice a day. And in the report you can either send emails/ create alerts or notifications for user.

In fact we dont need workflow for your case. As I said workflow is usually needed when we have to act for a particular event and a human interaction is required. (for ex: decisions like approval or rejection etc).

Hope this helps.

Rgds,

Prasanna