Skip to main content
I need to insert into a workflow a set of tasks that should only occur every month on the 28th.
How can I do this?
Tasks:
1-Check that the list of suggestions has the status null
1.1.- Should there be any?
1.1.1. - Send an email to the human resources manager
1.1.2 - The human resources officer must complete the status field
How can I do this?
1.1.3. If for all the suggestions of the list that have "best" should send an email of congratulations.
How can I do this?

So is this workflow supposed to add the tasks, or look at the list of tasks on the site and check for those conditions?


yes in workflow, its the final step of workflow.


If this list of tasks is pretty static, then you can just add a Assign To-Do Task action for each task and configure according to your needs. 


Reply