WorkflowRuns
Execution instances of workflows.
Columns
| Name | Type | References | |
| Id [KEY] | String | ||
| Type | String | ||
| Kind | String |
The allowed values are incident, post_mortem, action_item, alert, pulse. | |
| WorkflowId | String |
Workflows.Id | |
| WorkflowName | String | ||
| Status | String |
The allowed values are queued, running, completed, failed, canceled. | |
| TriggeredBy | String |
The allowed values are system, user, api. | |
| UserId | String |
Users.Id | |
| StatusMessage | String | ||
| QueuedAt | Datetime | ||
| StartedAt | Datetime | ||
| CompletedAt | Datetime | ||
| FailedAt | Datetime | ||
| CanceledAt | Datetime | ||
| UpdatedAt | Datetime | ||
| CreatedAt | Datetime | ||
| IncidentId | String |
Incidents.Id | |
| PostMortemId | String | ||
| ActionItemId | String | ||
| AlertId | String |
Alerts.Id | |
| PulseId | String |
Pulses.Id | |
| Context | String |