60 | | ||='''commit_job''' =|| `<jobId>` || allows to approve the job submitted with two phase commit mechanism to be processed by the system. The two phase commit mechanism can be used to register notifications before the processing of the job will be started by broker. || |
61 | | ||='''list_tasks''' =|| `<jobId>` `[<status>]` || lists tasks belonging to given job. Optionally it is possible to specify the task's status. Possible task statuses are listed below the table. || |
62 | | ||='''tasks_statuses''' =|| `<jobId>` `[<summary>]` || lists tasks constituting the given job with their statuses. If the `summary` argument is `true` some additionall statistics is displayed. || |
63 | | ||='''register_job_notification''' || `<jobId>` `<url>` || registers notification consumer for the given job || |
64 | | ||='''list_job_notifications''' =|| `<jobId>` || lists notifications registered for the given job || |
65 | | ||='''register_tasks_notification''' =|| `<jobId>` `<url>` || register notification for all tasks of the given job || |
| 60 | ||='''commit_job''' =|| `<jobId>` || Zatwierdza do wykonania eksperyment zlecony z opcja commitWait=true. Mechanizm ten umożliwia zarejestrowanie notyfikacji zanim rozpocznie sie przetważanie eksperymentu. || |
| 61 | ||='''list_tasks''' =|| `<jobId>` `[<status>]` || Wyświetla liste zadań wchodzących w skład eksperymentu. Opcjonalnie możliwe jest ograniczenie listy do zadań o konkretnym statusie. Lista wszystkich możliwych statusów z ich znaczeniami zebrana została pod poniższą tabelą. || |
| 62 | ||='''tasks_statuses''' =|| `<jobId>` `[<podsumowanie>]` || wyświetla listę zadań należacych do danego eksperymentu wraz z ich statusami. Jeżeli argument `podsumowanie` ma wartość `true` dodatkowa statystyka jest wyświetlana. || |
| 63 | ||='''register_job_notification''' || `<jobId>` `<url>` || Rejestruje odbiorcę powiadomień dla danego eksperymentu. || |
| 64 | ||='''list_job_notifications''' =|| `<jobId>` || Wyświetla liste zarejestrowanych powiadomień dla danego eksperymentu || |
| 65 | ||='''register_tasks_notification''' =|| `<jobId>` `<url>` || Rejestruje odbiorcę powiadomień dla wszystkich zadań danego eksperymentu. || |