ALM Project Database Reference
td.COMPONENT_STEP_PARAMS Table
Description
An associative table linking the Business Process Component steps to their parameters.
Columns
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| CSP_ID | The record ID. | int | 4 | |||
| CSP_STEP_ID | The component step, identified with COMPONENT_STEP.CS_STEP_ID | int | 4 | ||||
| CSP_PARAM_ID | The parameter, identified with FRAMEWORK_PARAM.FP_ID | int | 4 | ||||
| CSP_VC_CHECKOUT_USER_NAME | The user who checked out the item under version control. If the item is not checked out, this field is blank. | varchar | 60 | ![]() |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| COMP_STEP_PARAMS_PK | ![]() | ![]() | |
| COMPONENT_PARAM_IDX | |||
| COMPONENT_STEP_IDX |
See Also
Related Objects


