> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for WorkflowGoalType

> Lists the enum values for WorkflowGoalType.

## WorkflowGoalType Enum

A goal that will conclude the workflow

| Name                 | Value | Description          |
| -------------------- | ----- | -------------------- |
| None                 | 0     | None                 |
| PersonUpdated        | 1     | PersonUpdated        |
| SaleCreatedOnPerson  | 2     | SaleCreatedOnPerson  |
| SaleCreatedOnCompany | 3     | SaleCreatedOnCompany |
| AppointmentCreated   | 4     | AppointmentCreated   |
| AddedToProject       | 5     | AddedToProject       |
| AddedToSelection     | 6     | AddedToSelection     |
| FormSubmitted        | 7     | FormSubmitted        |
| HadChat              | 8     | HadChat              |
| LinkClicked          | 9     | LinkClicked          |
| RequestCreated       | 10    | RequestCreated       |

## Usage

* [workflow\_goal](../workflow-goal).goal\_type - A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached.
