Table openpetra_trunk.public.s_workflow_definition
Stores the definition of each workflow. These may be pre-created, or created by the user.

Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
s_workflow_id_i int4 10
s_workflow_group.s_workflow_id_i s_workflow_group_fk1 R
s_workflow_instance.s_workflow_id_i s_workflow_instance_fk1 R
s_workflow_step.s_workflow_id_i s_workflow_step_fk1 R
s_workflow_user.s_workflow_id_i s_workflow_user_fk1 R
Workflow ID
s_name_c varchar 60
s_description_c varchar 600  √  null
s_module_list_c varchar 200  √  null List of all modules within which workflow should be available
s_type_of_shared_data_c varchar 200  √  null If workflow is dependent on a particular data item what sort of data item is it (eg. partner key, application, extract).
s_date_created_d date 13  √  ('now'::text)::date
s_created_by_c varchar 20  √  null
s_user.s_user_id_c s_workflow_definition_fkcr R
s_date_modified_d date 13  √  null
s_modified_by_c varchar 20  √  null
s_user.s_user_id_c s_workflow_definition_fkmd R
s_modification_id_c varchar 150  √  null

Table contained 0 rows at Do Nov 10 18:00 MEZ 2011

Indexes:
Column(s) Type Sort Constraint Name
s_workflow_id_i Primary key Asc s_workflow_definition_pk
s_workflow_id_i Must be unique Asc inx_s_workflow_definition_pk0
s_created_by_c Performance Asc inx_workflow_definition_fkcr_key1
s_modified_by_c Performance Asc inx_workflow_definition_fkmd_key2

Close relationships  within of separation: