RPA之家(www.rpazj.com)是中国具有影响力的RPA垂直交流社区,社区汇聚了RPA领域的各类从业人员。其中包括RPA开发工程师、售前工程师、业务分析师、架构师、运维工程师、项目管理、项目负责人、企业高管、HR等多种角色。社区提供了各种丰富的教程、资讯、文章、问答、招聘、活动、项目等供大家一起交流和成长。
UiPath.Core.Activities.InvokeWorkflowInteractive
如有必要,同步调用指定的工作流,强制执行交互式 Windows 会话。或者,您可以向其传递一个输入参数列表。
属性
输入
- “保持会话连接”- 如果选中该复选框,则在交互式会话断开连接的情况下,系统将尝试自动重新连接。系统会默认选中该复选框。
- “登录到控制台”- 如果选中该复选框,则交互式会话将连接到控制台。否则,交互式会话将使用远程桌面协议连接到机器。默认情况下,清除该复选框。
- “工作流文件名”- 要调用的 .xaml 文件的文件路径。该字段仅接受字符串变量。文件路径与当前的项目文件夹相对。
- “参数”- 可在启动时向应用程序传递的参数。
屏幕分辨率
- “宽度”- 要打开的交互式会话的新屏幕宽度。支持正整数和负整数。
- “高度”- 要打开的交互式会话的新屏幕宽度。支持正整数和负整数。
- “深度”- 要打开的交互式会话的色深。可接受与机器图形功能兼容的标准色深值。例如 16、24、32、48 等
Common
- DisplayName - The display name of the activity.
- ContinueOnError - Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False. As a result, if the field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.