Harvest Sub-package actions list the user-selected Harvest processes which are done to Execute and Backout a particular Harvest Package.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| sp_id | integer | not null | Fkey |
| ep_id | integer | not null | Fkey |
| harvest_state | integer | not null | |
| promote_processid | integer | not null | Promote Process ID specified by the user at the time of Enterprise Package definition. |
| promote_processname | char(60) | with null | Promote Process Name specified by the user at the time of Enterprise package definition. |
| demote_processid | integer | not null | Demote Process ID specified by the user at the time of Enterprise Package definition or Backout Process definition. |
| demote_processname | char(60) | with null | Demote Process Name specified by the user at the time of Enterprise Package definition or backout Process. |
| datetime_updated | date | not null | Datetime of the last update |
Product Name: AllFusion Change Manager Enterprise Workbench
Table Type: Table