#Resume-PnPWorkflowInstance Resumes a previously stopped workflow instance ##Syntax
Resume-PnPWorkflowInstance -Identity <WorkflowInstancePipeBind>
[-Web <WebPipeBind>]
##Parameters
Parameter | Type | Required | Description |
---|---|---|---|
Identity | WorkflowInstancePipeBind | True | The instance to resume |
Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |