‎03-08-2020 06:17 PM
Hello,
We would need a macro/script for adding new participants to existing workflows. Ideally it could be implemented as an automatic trigger that runs daily.
The macro would do two things: 1. Check if new users have been created 2. add the new users to existing workflows as possible participants.
The goal is automate the process, which currently includes going through all existing workflow manually in order to add a new participant.
Pseudo code:
Get.newUsers; Select [all workflows]
Add newUsers to [all workflows]