WF_HOOKPOINT_WF_DEF
Groups
WF_HOOKPOINT_WF_DEF
Column Name | Data Type | Field Length | Not Null? | Data Def. | Comments |
---|---|---|---|---|---|
ID | NUMBER | Â | Â | Â | Primary key |
WF_HOOKPOINT_ID | NUMBER | Â | Not null | Â | Â |
WF_DEF_ID | NUMBER | Â | Â | Â | Â |
FROM_DATE | DATE | Â | Not null | Sysdate | Â |
New in Vs. 10 to support the introduction of the interface WfVersionable used in the rator-wf-core project.
Constraints:
constraint wf_hookpoint_wf_def_id_date_UQ unique (wf_hookpoint_id,from_date)