Step represents a single processing stage in a Condition activity script. It is returned by Processing.PreviousStep and lets a condition check whether the previous stage succeeded.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Status | ProcessingStatus | Read-only | The status of the step (for example, Completed, Failed). |
| StepId | string | Read-only | The step identifier. |
