Flow status types
| VB Enumeration | Value | Description |
|---|---|---|
| cclInactive | 0 | Flow is inactive |
| cclLink | 1 | Flow is currently making a link call |
| cclBackout | 2 | Flow is currently backing out a UOW |
| cclCommit | 3 | Flow is currently committing a UOW |
| cclStatus | 4 | Flow is requesting status |
| cclChanged | 5 | Flow is requesting a status change |
| cclCancel | 6 | Flow is requesting a status cancel |