Hi. I'm struggling to get a WF running correctly and I'd appreciate any help as always. I've started with the "get custom props" WF from extendingclouds.com which works fine. I then simply want to output a couple of values from there to the "run script in vmguest" WF. We'll call them WF-A & WF-B for now.
If I add WFB to WFA and bind the inputs/outputs it fails, but it causes the first WF to fail (WF-A) with "TypeError: Cannot call method "get" of null (Workflow:Property Collection and Get VM / Get Properties (item1)#1)". The issue is that this seems ot be the problem no matter which way i construct the Workflow.
I then tried to add the "get custom props" (WF-A) to the WF-b workflow. Both working independantly but again this fails with the same error.
Finally I created a 'master' workflow and added both of these to it, set it up and .......same again! I've added some scriptbale tasks to generate logs at each stage of the WF to be sure I'm getting the correct bindings etc and they look ok.
No doubt I'm missing something simple and I'd really appreciate any help you can give.
Thanks in advance and regards
Steve