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

> Lists the enum values for WorkflowInstanceStatus.

## WorkflowInstanceStatus Enum

Status of the workflow instance

| Name                | Value | Description                                                                    |
| ------------------- | ----- | ------------------------------------------------------------------------------ |
| None                | 0     | None                                                                           |
| Idle                | 1     | Idle - internally used for two stage insert to avoid race condition duplicates |
| Active              | 2     | Active (Running)                                                               |
| Finished            | 3     | Finished                                                                       |
| FinishedWithSuccess | 4     | Finished sith success (success criteria reached)                               |
| DropOut             | 5     | Dropped out (or faulted) for some given reason                                 |
| Cancelled           | 6     | Cancelled                                                                      |

## Usage

* [workflow\_instance](../workflow-instance).status - A set of properties related to the workflow instance of one participant going through the flow


## Related topics

- [Enum WorkflowInstanceStatus](/en/automation/crmscript/reference/CRMScript.NetServer.WorkflowInstanceStatus.md)
- [Enum values for WorkflowDefinitionStatus](/en/database/tables/enums/workflowdefinitionstatus.md)
- [workflowinstancestatus](/en/api/mdo-providers/reference/workflowinstancestatus.md)
- [workflow_instance table](/en/database/tables/workflow-instance.md)
- [MDO List Provider names](/en/api/mdo-providers/reference/index.md)
- [Set Status On Workflow](/en/api/reference/restful/agent/workflow_agent/set-status-on-workflow.md)
