Does anyone know if you can assign a WF project directly to a group rather than using a csv file or manually assigning users?
Solved! Go to Solution.
This is not supported in the web app. You can import workers and dispatchers from a group using the Workforce module in the Python API with a few lines of code.
An example is available here.
What kind of workflow were you looking for? Importing workers/dispatchers from a group after the project is created? Or did you have something else in mind?
This is not supported in the web app. You can import workers and dispatchers from a group using the Workforce module in the Python API with a few lines of code.
An example is available here.
What kind of workflow were you looking for? Importing workers/dispatchers from a group after the project is created? Or did you have something else in mind?
@JordanMiller4 Did the following code solve your issue? Curious to know.