Azure自动化图形Runbook-不能在Automation Account中将其他Runbook作为不同的canvas活动执行? [英] Azure Automation Graphical Runbook - Can't Execute other Runbooks in Automation Account as distinct canvas Activities?

查看:64
本文介绍了Azure自动化图形Runbook-不能在Automation Account中将其他Runbook作为不同的canvas活动执行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

图形编辑器UI似乎允许添加Workflow Runbook(仅;不显示Native PS),但是,这破坏了GraphRunbook的定义/执行.

The graphical editor UI appears to allow adding Workflow Runbooks (only; Native PS do not appear), however, this breaks the GraphRunbook definition/execution.

当我尝试测试或发布运行手册时,我在图像中收到错误.(同样奇怪的是,此错误消息在上半部分以西班牙语显示,而在下半部分以英语显示.)

When I try to either Test or Publish the runbook, I receive the error in the image. (Also strange, this error message has been rendering in a combination of Spanish for the first part, and English for the second half.)

技术上还不支持Automation Account中的其他运行手册吗?

Are other runbooks in the Automation Account technically not supported.. yet?

testtwo代码:

testtwo code:

workflow testtwo
{
    [outputtype([string])]
    [cmdletbinding()]
    param()

    write-output "testtwo runbook output"       
}

推荐答案

您收到的错误消息是由于我们正在积极努力解决的实时网站问题.

The error message you are getting is from a live site issue that we are currently actively working to resolve.

这篇关于Azure自动化图形Runbook-不能在Automation Account中将其他Runbook作为不同的canvas活动执行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆