If
Defines an If-Else decision with two possible outcomes.

Example 
This flow retrieves a sitemap from a specified URL, validates its structure and content, and throws an exception if the validation fails. You will find a detailed description of this flow here.
| Name | Data type | Description |
|---|---|---|
| Title | Optional | The title or name of the action. |
| Condition | Required | Executes an action only if the specified condition evaluates to true. |
| Description | Optional | Aditional informations about the action. |