sharepoint:pnp:workflows

Differences

This shows you the differences between two versions of the page.


sharepoint:pnp:workflows [2022/08/10 05:56] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Workflows ======
 +
 +
 +| Cmdlet | Description |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnpworkflowdefinition?view=sharepoint-ps|Add-PnPWorkflowDefinition]] | Adds a workflow definition |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowdefinition?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowdefinition?view=sharepoint-ps|PnPWorkflowDefinition]] | Returns a workflow definition |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpworkflowdefinition?view=sharepoint-ps|Remove-PnPWorkflowDefinition]] | Removes a workflow definition |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowinstance?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowinstance?view=sharepoint-ps|PnPWorkflowInstance]] | Get workflow instances |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/resume-pnpworkflowinstance?view=sharepoint-ps|Resume-PnPWorkflowInstance]] | Resume a workflow |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/start-pnpworkflowinstance?view=sharepoint-ps|Start-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/start-pnpworkflowinstance?view=sharepoint-ps|PnPWorkflowInstance]] | Starts a workflow instance on a list item |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/stop-pnpworkflowinstance?view=sharepoint-ps|Stop-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/stop-pnpworkflowinstance?view=sharepoint-ps|PnPWorkflowInstance]] | Stops a workflow instance |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/add-pnpworkflowsubscription?view=sharepoint-ps|Add-PnPWorkflowSubscription]] | Adds a workflow subscription to a list |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowsubscription?view=sharepoint-ps|Get-]][[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/get-pnpworkflowsubscription?view=sharepoint-ps|PnPWorkflowSubscription]] | Return a workflow subscription |   |
 +| [[https://docs.microsoft.com/en-us/powershell/module/sharepoint-pnp/remove-pnpworkflowsubscription?view=sharepoint-ps|Remove-PnPWorkflowSubscription]] | Remove workflow subscription |   |