Hi,
Thank you for posting your query.
Kindly follow the steps provided below to resolve your query
Describes the Suspend-Workflow activity, which suspends the workflow in which the activity appears.
Long description
The Suspend-Workflow activity temporarily stops workflow processing from within the workflow. Before suspending, Windows PowerShell Workflow takes a checkpoint so the workflow's state and data are preserved and the workflow can resume from the suspension point.
To resume the workflow, the user running the workflow uses the Resume-Job cmdlet. You can't resume a workflow from within the workflow.
Go to this link for your reference and additional troubleshooting procedures https://learn.microsoft.com/en-us/powershell/module/psworkflow/about/about_suspend-workflow
If the answer is helpful kindly click "ACCEPT AS ANSWER" and up vote it.