Contains information about workflow definitions. Each workflow info corresponds to a workflow process definition created using the ACC.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

Unique ID.

workflow_name

VARCHAR(255)

null

Workflow process name.

workflow_status

INTEGER

null

Workflow status: 1 (disabled), 2 (running).

modification_time

NUMERIC(19)

null

When the workflow process was last modified.

creation_time

NUMERIC(19)

null

When the workflow process was created.

author

VARCHAR(25)

null

Who created the workflow process.

last_modified_by

VARCHAR(25)

null

Who last modified the workflow process.

psm_version

INTEGER

null

Process state machine version.

wdl

LONG VARBINARY

null

Contains the WDL bytes which define the workflow process.

 
loading table of contents...