#Get-SPOWorkflowDefinition Returns a workflow definition ##Syntax
Get-SPOWorkflowDefinition [-PublishedOnly [<SwitchParameter>]] [-Web <WebPipeBind>] [-Name <String>]##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. |