# WorkflowStepCreate
## Properties
**active** | Option<**bool**> | Whether this step is active. Inactive steps are skipped. | [optional]
**filters** | **serde_json::Value** | Step execution filters/conditions. |
**metadata** | **serde_json::Value** | Arbitrary step metadata. |
**name** | Option<**String**> | Human-readable step name. | [optional]
**step_type** | [**models::StepType**](StepType.md) | Delivery channel/type for this step. |
**template** | **serde_json::Value** | Content template with {{handlebar}} placeholders. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)