Contains segment names of workflow migration infos.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

ID of the migration info.

idx

INTEGER

not null

(primary key)

Segment’s index in the list.

segment_name

VARCHAR(255)

null

Workflow process segment name.

 
loading table of contents...