# TheJiraCloudPlatformRestApi.CreateWorkflowCondition

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conditions** | [**[CreateWorkflowCondition]**](CreateWorkflowCondition.md) | The list of workflow conditions. | [optional] 
**configuration** | **{String: Object}** | EXPERIMENTAL. The configuration of the transition rule. | [optional] 
**operator** | **String** | The compound condition operator. | [optional] 
**type** | **String** | The type of the transition rule. | [optional] 

<a name="OperatorEnum"></a>
## Enum: OperatorEnum

* `AND` (value: `"AND"`)
* `OR` (value: `"OR"`)

