cumulus
cumulus copied to clipboard
Added list endpoints for taskflows
Two different types of lists were added:
- List taskflows for a given user.
- List taskflows for all users.
Their endpoints are GET '/taskflows' and GET '/taskflows/all', respectively.
The "List taskflows for a given user" will use the current user if no user is provided.
I followed the example of the list endpoints in the girder "job" plugin while doing this. I also tested it and it seems to work fine.
Let me know if I should make any changes.
Looks like they removed requirements.txt from the root directory of girder...
I pushed an update here. Hopefully, the tests will pass. Let me know if I should change anything else.