{{ run.get_run_log().content }}
{{ run.get_job().script_content }}
| Project | {{ run.get_job().get_job_template().get_project().title }} | Status | {{ run.get_state_string() }} |
|---|---|---|---|
| Worker pool | {{ run.get_job().get_worker_pool().title }} | Assigned worker | {{ run.get_worker().title }} |
| Scheduled | {{ run.schedule_dts | formatdts }} | In queue | {{ run.enqueue_dts | formatdts }} |
| Started | {{ run.start_dts | formatdts }} | Returned | {{ run.return_dts | formatdts }} |
| Run duration | {{ run.get_duration_string() }} | Manual run |
|
Open job in admin (requires admin access).