I have a site workflow with a "start a task process" action. The task is sent to all employees in batches of 50 employees (I am calling the site workflow multiple times with a list of 50 persons each time). They receive a link to a document, and they need to "approve" they have read the document. I have set it up to not wait for task completion, to be able to call the workflow multiple times. But I would also like to send reminder emails, which I can't when I am not waiting for task completion. Has anyone had the same challenge? How would it perform if I waited for task completion (thus enabling reminder emails)? Can I call the same site workflow multiple times, if the previous flow did not yet complete. (it could take weeks before everyone has completed their tasks!)
Thanks :)