VMware Cloud Community
ChGPe
Contributor
Contributor

vCO Troubleshooting

I'm dipping my toe into vRO, and I'm wondering if there is a way to do a step-by-step debug of a particular workflow.

Here is an overview of what I'm doing to give an idea of what I'm looking for.

I have a workflow which has the user select a VirtualMachine from vcenter, which then gets passed to a scriptable task. This scriptable task takes the VirtualMachine as the input, then looks up the IP address of the guest VirtualMachine using the ipAddress attribute of the VC:VirtualMachine object. This IP address is then passed as the output of the scriptable task, which is then used as the input for the hostNameOrIP of a 'Run SSH command' workflow.

My workflow is failing because opening an SSH session is timing out, so I'd like to validate that after the 'Scriptable task' job is indeed passing the IP address correctly to my SSH task. Is there a way to view this output mid-workflow?

Reply
0 Kudos
0 Replies