# TheJiraCloudPlatformRestApi.WorkflowCompoundCondition

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**conditions** | [**[WorkflowCondition]**](WorkflowCondition.md) | The list of workflow conditions. | 
**nodeType** | **String** |  | 
**operator** | **String** | The compound condition operator. | 

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

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

