Contains segment names of a workflow’s pending migrations.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

ID of the pending migration.

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...