You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background
At the moment, Cloud Pipeline does not allow to show runtime tasks states from third party tools like NEXTFLOW, SLURM, etc. and it would be nice to support it.
Approach
API part
The following API methods shall be implemented:
POST run/<runID>/engine/tasks - to register run engine task event. If event for specified runID and the same engineType and taskId is already registered such a record shall be updated.
GET run/<runID>/engine/<engineType>/tasks/stats
POST run/<runID>/engine/<engineType>/tasks/filter
The text was updated successfully, but these errors were encountered:
Background
At the moment, Cloud Pipeline does not allow to show runtime tasks states from third party tools like NEXTFLOW, SLURM, etc. and it would be nice to support it.
Approach
API part
The following API methods shall be implemented:
POST run/<runID>/engine/tasks
- to register run engine task event. If event for specifiedrunID
and the sameengineType
andtaskId
is already registered such a record shall be updated.GET run/<runID>/engine/<engineType>/tasks/stats
POST run/<runID>/engine/<engineType>/tasks/filter
The text was updated successfully, but these errors were encountered: