I get the following error that looks like it is coming from inside PoSH workflow engine when running local, small workflows that return PSCustomObject.The variable '$PSSenderInfo' cannot be retrieved because it has not been set.At line:224 char:59+ $psBoundParameters['PSSenderInfo'] = $PSSenderInfo+ ~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (PSSenderInfo:String) [], RuntimeException + FullyQualifiedErrorId : VariableIsUndefined This happens at the end of the workflow.
Have you seen this problem before in this product?