Schema definition for workflow run.
What this schema does
Defines the object fields used for Workflow run data exchanged by this API.
Fields
| Field | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Unique identifier for the workflow run. |
| status | string | Yes | Current execution status of the workflow run. |
| initiatedAt | string (date-time) | Yes | Date and time when the workflow run was initiated. |
{
"id": "string",
"status": "string",
"initiatedAt": "string"
}