- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 124字
- 2021-06-24 16:14:27
Exception handling
Let's handle any exceptions for this Excel automation:
- For this, click on Add a new Catch in the Catches block beneath the Try block.
- Choose exception as System.Exception and click the box next to it.
- Also, add a Log Message activity to the catch block and add the following:
- Error as the Log Level
- "Error in Excel read operation with following exception: "+exception.Message" as the Message:
- Finally, within the Catches block, add a Terminate Workflow activity to stop the automation if there are any exceptions:
Great! This completes the ReadExcelRequest workflow where we read the Excel and stored the request data as arguments. Now, we will invoke this from the main workflow.
推薦閱讀
- C程序設計簡明教程(第二版)
- Oracle Exadata性能優化
- R語言游戲數據分析與挖掘
- Mastering Scientific Computing with R
- Android Native Development Kit Cookbook
- Learning Probabilistic Graphical Models in R
- Programming with CodeIgniterMVC
- Flowable流程引擎實戰
- Hands-On Nuxt.js Web Development
- Clean Code in C#
- 智能手機故障檢測與維修從入門到精通
- 從程序員角度學習數據庫技術(藍橋杯軟件大賽培訓教材-Java方向)
- VMware vSphere 5.5 Cookbook
- JavaScript高級程序設計(第4版)
- Serverless工程實踐:從入門到進階