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_COMPONENT_DEF

Col #Column NameData TypeField LengthNot Null?Data Def.Comments
1

ID

NUMBER

22

N

 Primary key
2

NAME

VARCHAR2

512

Y

  
3

CLASS_NAME

VARCHAR2

256

Y

  
4

DESCRIPTION

VARCHAR2

256

Y

  
5

COMPONENT_TYPE

NUMBER

22

Y

  

Definition of a workflow component. The workflow component is a Java class which can be used as a plug-in in a workflow.

  • No labels