标签: powershell powershell-workflow
我正在尝试将包含Powershell功能和工作流程的一些脚本打包到Powershell模块中并导入。
包装正确完成,但是在导入Powershell模块时显示:
“工作流程无法使用递归”
即使它不包含任何递归调用。