You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -262,6 +262,9 @@ PowerShell Workflow runbooks are text runbooks based on [Windows PowerShell Work
262
262
263
263
### Limitations
264
264
265
+
* PowerShell workflow isn't supported in PowerShell 7+ versions. Hence, the outdated runbooks can't be upgraded.
266
+
* Inefficient handling of parallel execution compared to newer PowerShell 7+ versions.
267
+
* PowerShell Workflow internally works using multiple processes. Hence, modules available in one process may not be available in another and cause exceptions like *command not found*.
265
268
* You must be familiar with PowerShell Workflow.
266
269
* Runbooks must deal with the additional complexity of PowerShell Workflow, such as [deserialized objects](automation-powershell-workflow.md#deserialized-objects).
267
270
* Runbooks take longer to start than PowerShell runbooks since they must be compiled before running.
0 commit comments