- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 04:55 AM
Hi All,
I have a workflow created in test instance. I want to move that workflow to dev instance. Please note that workflow creation was not captured in an update set previously. Can any one please help me in moving it to test instance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 04:57 AM
Check out the Workflow and Publish while in the correct updateset.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 04:58 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 04:59 AM
Hello Taqdeer,
Go to the wf_workflow table
filter record with the name of your workflow.
capture its XML
one file will download on your system.
open another instance, go to wf_workflow table on dev instance, and import that XML.
you will get it on dev instance
Regards
Yash k.Agrawal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2020 05:08 AM
Hi Yash,
I did it, I exported the xml of workflow and itz versions too. I have imported in another instance. I am able to see the workflow name in the workflow editor and it is published. However I dont see any content in the workflow.