Contains workflow migration information.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

Unique ID.

workflow_info_id

VARCHAR(40)

not null

Workflow info ID.

workflow_name

VARCHAR(255)

null

Workflow process name.

modification_time

NUMERIC(19)

null

Modification time at the time of migration.

psm_version

INTEGER

null

Process state machine version at the time of migration.

wdl

LONG VARBINARY

null

Workflow process definition at the time of migration.

migration_status

INTEGER

null

Migration status: 1 (in Progress), 2 (done).

 
loading table of contents...