{pipeline?.name || pipelineId}
{error}
No executions found
| Status | Execution ID | Job / Business | Stages | Started | Duration |
|---|---|---|---|---|---|
|
|
{execution.id.slice(0, 8)}...
|
{execution.job_id ? ( {execution.job_id.slice(0, 8)}... ) : execution.business_id ? ( {execution.business_id} ) : ( - )} | {execution.stages_completed.length} / {execution.stages_requested.length} {execution.error_message && ( (error) )} | {formatDate(execution.started_at)} | {formatDuration(execution.started_at, execution.completed_at)} |