Skip to content

Power-Shell command configured using JSON file, allow user to import Nintex workflows

Notifications You must be signed in to change notification settings

elmasria/sharepoint-import-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SharePoint Import Workflow Client Side

This Application help SharePoint users to import Nintex workflow using a Power-Shell script and a configuration file configuration.json.

Run Application

  1. Clone / download the project
  2. List and workflow should be configured in the configuration.json file.

configuration.json

{
 "webURL": "",
 "MixedAuthenticationMode":true,
 "useStaticCredentials":true,
 "username":"",
 "password":"",
 "domain":"duqm.local",
 "Lists": [
	 {
		 "Title":"LIST_NAME",
		 "workflowLocation":"C:\\WF_NAME.nwf",
		 "workflowName":"WF_NAME"

	 }
 ]
}


  1. webURL : The target site collection user need to create the lists in.
  2. Lists : Array that contains list of Lists that should be created.
    1. Title : List name
    2. workflowLocation : location path on hard disk
    3. workflowName : Name of the workflow

About

Power-Shell command configured using JSON file, allow user to import Nintex workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published