Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Section
Column
width33%

Groups

Wiki Markup
{float:left|width=200px|background=lightgrey|border=solid blue 2px|margin=1px|padding=0px}
{children:page=Rator DB ER Diagram Navigator|depth=1|excerpt=trueindent=1px}
{float}
Column
width33%

WF_WORKFLOW

Column NameData TypeField LengthNot Null?Data Def.Comments

ID

NUMBER

22

N

 Primary key

WF_DEF_ID

NUMBER

22

Y

 Can be used to query WF_DEF table (using the id) to find the related workflow version.

WF_CONTEXT_ID

NUMBER

22

Y

  
WF_DEF_VERSIONNUMBER   Vs. 10

STATUS_ID

NUMBER

22

Y

  

NAME

VARCHAR2

64

Y

  

SHORT_DESCRIPTION

VARCHAR2

128

Y

  

SUBSCRIPTION_ID

NUMBER

22

Y

  

START_DATE

DATE

7

Y

  

END_DATE

DATE

7

Y

  

OPERATOR

VARCHAR2

50

Y

  

ACCOUNT_ID

NUMBER

22

Y

  

BRAND_ID

NUMBER

22

Y

  
Column
width33%

Instance of workflow (WF_DEF) for specific subscription/customer.