> ## 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.

# SuperOffice.WebApi.Data.WorkflowEventType

# <a id="SuperOffice_WebApi_Data_WorkflowEventType" /> Enum WorkflowEventType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Workflow event type

```csharp theme={null}
public enum WorkflowEventType
```

## Fields

`AddedMessage = 1008`

1008: AddedMessage

`AddedToProject = 1003`

1003: AddedToProject

`AddedToSelection = 1006`

1006: AddedToSelection

`CreatedRequest = 1004`

1004: CreatedRequest

`FormSubmitted = 1007`

1007: FormSubmitted

`LinkClicked = 1005`

1005: LinkClicked

`None = 0`

0: None

`OrderPlaced = 1010`

1010: OrderPlaced

`PersonCreated = 1001`

1001: PersonCreated

`PersonUpdated = 1002`

1002: PersonUpdated

`Run = 1`

1: Run

`SaleCreated = 1011`

1011: SaleCreated

`SaleLost = 1013`

1013: SaleLost

`SaleSold = 1012`

1012: SaleSold

`StartedChat = 1009`

1009: StartedChat
