# CreateWorkflow
## Properties
**active** | Option<**bool**> | Whether the workflow is active. Inactive workflows ignore triggers. | [optional]
**critical** | Option<**bool**> | Whether notifications from this workflow are critical (bypass subscriber preferences). | [optional]
**description** | Option<**String**> | Optional description of what this workflow does. | [optional]
**name** | **String** | Human-readable workflow name. |
**notification_group_id** | **uuid::Uuid** | Notification group this workflow belongs to. |
**preference_settings** | Option<[**models::PreferenceChannels**](PreferenceChannels.md)> | Per-channel preference overrides for this workflow. | [optional]
**steps** | [**Vec<models::WorkflowStepCreate>**](WorkflowStepCreate.md) | Ordered list of workflow steps. |
**tags** | Option<**Vec<String>**> | Tags for organizing and filtering workflows. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)