在 vRealize Automation Designer 中使用 InvokeVcoWorkflow
或 InvokeVcoWorkflowAsync
活动时,系统会基于所选 vRealize Orchestrator 工作流的参数自动填充该活动的输入属性和输出属性。
vRealize Orchestrator 原始类型会转换为以下 IaaS 类型:
vRealize Orchestrator 类型 |
IaaS 类型 |
---|---|
string |
string |
boolean |
bool |
number |
decimal |
SecureString |
string |
Text |
string |
Array/T |
Array<T> |
Properties |
Dictionary<string,object> |
Date |
DateTime |
VC:VirtualMachine |
VirtualMachine |
注:
如果使用的是 vRealize Orchestrator 5.1,则您必须已安装 vRealize Automation 集成包才能将 VC:VirtualMachine
对象类型转换为 VirtualMachine
。
所有其他 vRealize Orchestrator 类型会转换为 IaaS 类型 VcoSdkObject
。