Possible enumeration values:
| Name | Value | Description |
|---|---|---|
| None |
0 |
The Step has no type, i.e. is invalid |
| Duration |
1 |
This is a Duration-type Step. It runs for the duration of the Group it is within |
| Dependent |
2 |
This is a Dependent-type Step. It runs for a specified duration, depending on any links. It is inherently dependent on another item, which will have future implementations |
| Independent |
3 |
This is an Independent-type Step. It runs for a specified duration, depending on any links. It is not dependent on any other items |