-
Notifications
You must be signed in to change notification settings - Fork 37
Description
Hello,
For the EDRN project (https://edrn.nci.nih.gov/) we are interested in using the Workflow Execution Service API to trigger our worflows running in Apache Airflow and Nextflow. It looks like a very good and solid basis for our development.
Regarding the specification, I have 2 questions:
- I don't see a
/workflows
and/workflows/{id}
end-point to enable the search/discovery of available workflows. I used the file as reference. Is there an end-point that I missed ? Is this/workflows
end point coming in a future version of the specification ? - for an Airflow implementation of the WES, the list of runs is given per workflow (DAGs in the Airflow vocabulary), that would make the /runs end-points easier to implement as
/workflows/{id}/runs
assuming a/workflows
end-point is something we can have in the WES specification. Do you have thoughts on that ?
I am also having a question on the activity on this development. I am not seeing a lot of activity lately in the repository and especially on the Starter Kit implementation. Was that a one-off experience proposed for a workshop ? Do you advise using the WES standard and if yes, are there maintained implementations for this standard server side ?
Any advice are welcome since we don't want to re-invent the wheel and if we need to do developments, your experience is very valuable to us anyhow.
Thanks