Try / Catch (container)
A container with Try, Catch and Finally zones. Commands in Try run first; if one errors, the Catch zone runs ('Error.Message' is set); the Finally zone always runs.
概述
Try / Catch (container) 是 AutoFlowRPA 中 Error handling 类别下的无代码自动化步骤。 它作为容器,将其他步骤分组并在其内部运行。 它无需任何参数即可直接运行。 它是可在可视化编辑器中拖入工作流的 340 个命令之一,无需编写脚本。
功能说明
A container with Try, Catch and Finally zones. Commands in Try run first; if one errors, the Catch zone runs ('Error.Message' is set); the Finally zone always runs.
参数
此命令没有参数——将它拖放到画布上并连接即可。
如何使用 Try / Catch (container)
- 1
打开 AutoFlowRPA,将 Try / Catch (container) 命令从 Error handling 分组拖放到画布上。
- 2
Try / Catch (container) 无需参数——只需将它拖放到你想运行的位置。
- 3
将它连入你的工作流并点击运行。一切都在你的本机上本地执行。
常见问题
Try / Catch (container) 命令有什么作用?
A container with Try, Catch and Finally zones. Commands in Try run first; if one errors, the Catch zone runs ('Error.Message' is set); the Finally zone always runs.
Try / Catch (container) 命令属于哪个分组?
Try / Catch (container) 属于 Error handling 分组。AutoFlowRPA 附带 340+ 个现成命令,无需代码即可组合使用。
Try / Catch (container) 命令需要任何参数吗?
不需要——Try / Catch (container) 无需任何参数即可运行。