状态: {{ {'success': '成功', 'failed': '失败', 'running': '运行中'}[run.status] }}
{{ run.instance_id }}
{{ {'success': '成功', 'failed': '失败', 'running': '运行中'}[run.status] }}
{{ run.start_time|dt if run.start_time else '运行中...' }}
{{ run.end_time|dt if run.end_time else '运行中...' }}
{{ run.duration|round(2) if run.duration else '-' }}秒
{{ task.id }}
暂无日志内容