Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 698 Bytes

GetPnPWorkflowDefinition.md

File metadata and controls

19 lines (16 loc) · 698 Bytes

#Get-PnPWorkflowDefinition Returns a workflow definition ##Syntax

Get-PnPWorkflowDefinition [-PublishedOnly [<SwitchParameter>]]
                          [-Web <WebPipeBind>]
                          [-Name <String>]

##Returns

Microsoft.SharePoint.Client.WorkflowServices.WorkflowDefinition

##Parameters

Parameter Type Required Description
Name String False The name of the workflow
PublishedOnly SwitchParameter False
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.