How to migrate workflow version table records from one instance to another.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi,
I have set the active field value = false and published = false (previous version) in workflow version table records which is having workflow name = Change Request - Normal.
then i added all files into update set. i tried to migrate this update set from one instance to another but only published = true record updates migrated. rest of the records active field value still showing true.
pls assist to migrate this update.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
If you have already migrated your workflow's live version (Published =true) to the target instance using update set and now
If you want to move specific historical versions and not just the currently published one:
- Navigate to the wf_workflow_version table.
- Filter for the specific workflow.
- Export these records to XML and import them into the target instance.

