嗨。
我搜索了整个互联网和Nutanix的文档,以找出如何将变量从一个运行簿中的一个任务传递到下一个任务。我知道我需要以“statusMessage = '这是状态消息'”的格式将其打印到控制台,但到目前为止,我尝试了Write- host、Write- output和Write,但没有任何运气。
我还尝试使用@@{statusMessage}@@和@@{Task1。statusMessage}@@在下一步没有任何区别。
我应该怎么做,为什么没有适当的记录?
谢谢。
最佳答案Nuthawin
Defined what variable you want to pass along in the Powershell:<\/p>
Write-host \"pass_var=VALUE\"<\/p>
Then at the output section below, put in pass_var.<\/p>
Also, create a variable \u2018pass_var\u2019 in the runbook under the \u2018Configuration\u2019 tab to hold this value.<\/p>
\u00a0<\/p>
Give it a try and good luck.<\/p>
-Joe<\/p>
\u00a0<\/p>","className":"post__content__best_answer"}">