Contains information about workflow template definitions. Each of these infos corresponds to a workflow template process definition created using the ACC.

Column

Data Type

Constraint

Id

VARCHAR(40)

not null

(primary key)

Unique ID.

template_name

VARCHAR(255)

null

Workflow template name.

modification_time

NUMERIC(19)

null

When the workflow template was last modified.

creation_time

NUMERIC(19)

null

When the workflow template was created.

author

VARCHAR(25)

null

Who created the workflow template.

last_modified_by

VARCHAR(25)

null

Who last modified the workflow template.

wdl

LONG VARBINARY

null

Contains the WDL bytes which define the workflow template.

 
loading table of contents...