Skip to main content
Nintex Community Menu Bar

Workflow testing Guidance

  • June 14, 2017
  • 2 replies
  • 23 views

Forum|alt.badge.img+6

Where can i find guidance on the recommended practices for creating Workflows in a SharePoint test farm then promoting/copying them into Production?

Can this be automated or do we have to do a manual export/import?

2 replies

Forum|alt.badge.img+16
  • June 14, 2017

If you have the onpremise version you could use some nwadmin commands >>>  


Forum|alt.badge.img+6
  • Author
  • June 15, 2017

Thanks, after reviewing the available commands, it seems that the following commands should be run:

  1. ExportWorkflow
  2. ExportWorkflowConstants
  3. ImportWorkfowConstants
  4. DeployWorkflow

Is this correct? are there any other commands that need to be run?

Does it matter if the constants are exported before or after the Workflow?