Contains the segment names of workflow’s pending deletions.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

ID of the pending deletion.

idx

INTEGER

not null

(primary key)

Segment’s index in the list.

segment_name

VARCHAR(255)

null

Workflow process segment name.