Skip to main content
Nintex Community Menu Bar

Nintex Workflow Migrating Constants

  • February 15, 2022
  • 0 replies
  • 171 views

butlerj
Nintex Employee
Forum|alt.badge.img+20

Topic

Nintex Workflow Constants not available after migration

 

Instructions

Use the NWAdmin commands to export Workflow constants from Source farm:

NWAdmin.exe -o ExportWorkflowConstants -siteUrl "<your-site>" -outputFile "c:<Path>filename.xml" 

Import the output file using the following command:

NWAdmin.exe -o ImportWorkflowConstants -siteURL "<your-new-site>" -inputfile "Pathfilename.xml" -handleExisting Overwrite 

 

Additional Information