enbbox 1.0.1

Notification infrastructure API — open-source alternative to Novu/Courier
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# WorkflowRunRecord

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**completed_at** | Option<**String**> | ISO 8601 timestamp when the run completed (null if still running). | [optional]
**id** | **String** | Run UUID. | 
**project_id** | **String** | Project where the run executed. | 
**started_at** | **String** | ISO 8601 timestamp when the run started. | 
**status** | **String** | Run status: `running`, `completed`, `failed`. | 
**workflow_id** | **String** | Workflow UUID that was executed. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)