You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by Viknes Balasubramanee <vi...@msn.com> on 2013/10/03 20:20:53 UTC

Experiment status

Hi All,

 

I'd like to add some more features to the Admin Dashboard. I want to know
the status of an experiment upfront when I am displaying a list of
experiments. I also want to enable admins search for experiments or
workflows based on their execution status. 

I order to do that, the experiment objects returned in the API must contain
the status of the experiments. Currently the experiment status is null. So
we need to update the experiment status to reflect the status of its
associated workflows. Since an experiment can have multiple workflows, the
status of the experiment will be the status of the last updated workflow.
Let me know what you think of this or if you have a better way to update the
experiment status.

 

Thanks

Viknes