# PaginatedWorkflowRecordDataInner
## Properties
**active** | **bool** | Whether the workflow is active. |
**critical** | **bool** | Whether this workflow is critical (bypasses preferences). |
**description** | Option<**String**> | Description. | [optional]
**id** | **uuid::Uuid** | Workflow UUID. |
**identifier** | **String** | Unique slug identifier used in trigger calls. |
**name** | **String** | Display name. |
**notification_group_id** | **uuid::Uuid** | Associated notification group UUID. |
**steps** | **Vec<serde_json::Value>** | Serialized step definitions. |
**tags** | **Vec<String>** | Tags for filtering. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)