issues
search
girder
/
girder
A data management platform for the web, developed by Kitware
http://girder.readthedocs.io
Apache License 2.0
429
stars
177
forks
source link
Allow item_task imports from python packages
#2020
Open
kotfic
opened
7 years ago
kotfic
commented
7 years ago
Deliverables:
Importing from a python package with the
girder_worker_plugins
package will create item_task items for each task that has the self-describing API
Generated UI for item tasks will run celery tasks with correct inputs etc.
Technical Notes:
GirderWorkerPlugin API can be used to list tasks provided by various python packages (e.g. via the girder_worker_plugins) entrypoint
Tasks can be instantiated and use self-describing API to provide input/output spec for item_tasks
Depends on:
implement self-describing Celery task API (
https://github.com/girder/girder_worker/issues/143
)
danlamanna
commented
5 years ago
@kotfic is this still relevant?
Deliverables:
girder_worker_plugins
package will create item_task items for each task that has the self-describing APITechnical Notes:
Depends on: