This Application help SharePoint users to import Nintex workflow using a Power-Shell script and a configuration file configuration.json.
- Clone / download the project
- List and workflow should be configured in the configuration.json file.
{
"webURL": "",
"MixedAuthenticationMode":true,
"useStaticCredentials":true,
"username":"",
"password":"",
"domain":"duqm.local",
"Lists": [
{
"Title":"LIST_NAME",
"workflowLocation":"C:\\WF_NAME.nwf",
"workflowName":"WF_NAME"
}
]
}
- webURL : The target site collection user need to create the lists in.
- Lists : Array that contains list of Lists that should be created.
- Title : List name
- workflowLocation : location path on hard disk
- workflowName : Name of the workflow