Contains information about a workflow’s pending migration.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | Unique ID. |
| VARCHAR(255) | null | Workflow process name. |
| NUMERIC(19) | null | Modification time workflow process is being migrated from. |
| NUMERIC(19) | null | Modification time workflow process is being migrated to. |
| VARCHAR(40) | not null | Workflow migration info ID. |