rabix / bunny

[Legacy] Executor for CWL workflows. Executes sbg:draft-2 and CWL 1.0
http://rabix.io
Apache License 2.0
74 stars 28 forks source link

Get TES task id from rabix #450

Open kmavrommatis opened 5 years ago

kmavrommatis commented 5 years ago

Hi, is there a way to retrieve the id of a submitted task to a TES? I am using rabix to submit jobs to funnel and would like to know the funnel Id that could help me locate the executed task e.g. by using funnel task get bh4jtakc8gc000dpbg3g. When rabix ends it either returns null if the job has failed, or a JSON description of the output files but without any TES id.

Thanks in advance for your help K

kmavrommatis commented 5 years ago

Commenting further on this: I tried to install Postgres as the storage facility for rabix, but browsing through the tables of the database I was not able to location anything resembling the Ids that my TES (funnel) is generating.