STEP_SEQCALL Table Schema
- Updated2025-07-23
- 1 minute(s) read
The default TestStand schema logs subproperties of the Sequence Call step to this table.
| Column Name | Data Type | Description |
|---|---|---|
| ID | Primary Key | Unique value that identifies each entry in the table. |
| STEP_RESULT | Foreign Key | Step ID from the STEP_RESULT table that associates the result with a step. |
| SEQUENCE_NAME | String | The name of the sequence that was called. |
| SEQUENCE_FILE_PATH | String | The path to the sequence file. |