The db_wkf table contains metadata about workflows.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the workflow. |
| dbrep_version | smallint | with null | The version number of the workflow. |
| dbrep_psafilepath | varchar(128) | with null | The full path of psa file. |
| dbrep_pspfilepath | varchar(128) | with null | The full path of psp file. |
| dbrep_psefilepath | varchar(128) | with null | The full path of pse file. |
| dbrep_errhandlerwkfname | varchar(255) | with null | The name of the workflow to be executed in case of an error. |
| dbrep_laststatus | integer | with null | The status that the workflow resides under. |
Product Name: Data Transformer
Table Type: Table