> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/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
