Contains information about a workflow’s pending migration.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

Unique ID.

workflow_name

VARCHAR(255)

null

Workflow process name.

old_mod_time

NUMERIC(19)

null

Modification time workflow process is being migrated from.

new_mod_time

NUMERIC(19)

null

Modification time workflow process is being migrated to.

migration_info_id

VARCHAR(40)

not null

Workflow migration info ID.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices