Forum Discussion
Abel García Celestrín
Jan 25, 2017Copper Contributor
Get-PnPProvisioningTemplate and workflows
In my today's SharePoint situation I need to replicate an website from a dev environment into another dev environment (without content, only structures). I have been looking to the Get-PnPProvis...
- Jan 26, 2017According to PnP-Core code, the ObjectWorkflow ObjectHandler should extract Workflows lists, so, as Paul said, did you try with latest version?
Also, you can enable Debug before running the Get-PnPProvisioning template:
Set-SPOTraceLog -On -Level Debug
and let us know if there's any error.
Amit Vimal
Aug 23, 2017Copper Contributor
Hi,
Can you share the manual steps that were followed by you? To generate workflow definition for SP 2010 workflows
Abel García Celestrín
Aug 23, 2017Copper Contributor
Hi Amit,
Maybe I wasn't clear. My solution was to simply create the same WF 4 times in SharePoint designer for each of the 4 sites I had. Unfortunately I didn't find anyway to do this better.
Maybe I wasn't clear. My solution was to simply create the same WF 4 times in SharePoint designer for each of the 4 sites I had. Unfortunately I didn't find anyway to do this better.