Sequence
Alias:Sequence
Output:The same type as the final step
A chain of steps to be run one after the other.
| Parameter | Type | Required | Position | Default Value | Summary |
|---|---|---|---|---|---|
| FinalStep | T | ✔ | The final step of the sequence. Will be the return value. | ||
| InitialSteps | List<unit> | Empty | The steps of this sequence apart from the final step. |