how can i export complete request (Request, item, task, workflow etc)from production to non production instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2018 05:02 AM
Hi All,
i am trying to extract requests from production to non production instance. export to xml only export current request but i want to extract and import complete request. Is it possible to do it; if yes then what should be my approach to achieve it?
Thanks,
Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 10:02 PM
In that case cloning will be the best option. You can exclude tables which you don't want to import.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2018 03:25 PM
Hi @ashwanikumar,
Exporting workflows more complicated because of related records that derive from workflow version and activity.
Also depending on the type of workflow activity, the instance might created scheduled jobs to mange flow occurrence.
Best regards,
Gus

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2018 07:29 PM
You'll need to first move the catalog items, then the workflows associated in that order.
Workflow Table: wf_workflow
RITM Table: sc_req_item
REQ Table: sc_request
TASK table: sc_task
Cat Item Table: sc_cat_item