> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.


## Related topics

- [Enum WorkflowGoalType](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowGoalType.md)
- [SuperOffice.WebApi.Data.WorkflowGoalType](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowGoalType.md)
- [Enum values for WorkflowStepType](/en/database/tables/enums/workflowsteptype.md)
- [Enum values for WorkflowTriggerType](/en/database/tables/enums/workflowtriggertype.md)
- [Enum values for WorkflowWaitForActionType](/en/database/tables/enums/workflowwaitforactiontype.md)
- [workflowgoaltype](/en/api/mdo-providers/reference/workflowgoaltype.md)
