Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 3 Next »

WF_WORKFLOW_DEF

Column NameData TypeField LengthNot Null?Data Def.Comments

ID

NUMBER

22

Not null

  

WF_DEF_ID

NUMBER

    

VERSION_START

NUMBER

 

Not null

0constraint wf_workflow_def__id_version primary key(id,version_start)

VERSION_END

NUMBER

 

 

0constraint wf_workflow_def__id_versionEnd unique(id, version_end)

IN_PROCESS_ONLY

CHAR

1 BYTE

 

  
LAST_INSTANTIATED

DATE

 

 

  

PARAMETERS

VARCHAR2

1024 BYTES

Y

  

New in Vs. 10 to support the introduction of the interface WfVersionable used in the rator-wf-core project.

  • No labels