Now we have learnt the basics of Blue Prism configuration, let’s put this into practice by building and running a Process end-to-end.
11.1. Order System Process
The following exercises will guide you towards creating a Process that can place orders in the Order System application. The exercises are deliberately less explanatory to force you to think about what you have learnt so far.
The basic steps the Process will take are as follows:
Read a CSV file containing order information.
Load the information into a queue.
Start Order System.
Work through the queue items creating orders.
Close Order System.
Exercise 11.1.1 Reading from Excel
There is an Excel Business Object available that you can use to read a CSV file, and there is a ready-made file you can use too.
Blue Prism ships a number of standard business objects that can be imported into your object library. These objects cover a range of interfaces and utilities and can be found in C:\Program Files\Blue Prism Limited\Blue Prism Automate\VBO.
To install the Excel interface object, click File – Import and then select the BPA Object - MS Excel.xml file from the above VBO directory.
The Business Object is named MS Excel VBO.
The file is named Orders.csv and is in C:\BluePrism\Training\Applications\Windows.
The sequence of Actions is as follows:
Create Instance to start a session of Excel.
Show to make it visible (it’s invisible by default).
Open Workbook to open the file.
Get Worksheet as Collection (Fast) to read the data.
Exit to close Excel.
Begin a new Process named Create Orders. It should look something like this:
To reach a standard recognized by Blue Prism that will allow you to progress to the next stage of your accreditation, you must complete the exercises in this chapter to Blue Prism’s satisfaction. For those that are self-learning, at the end of the chapter you will be provided with details of how to notify Blue Prism that your completed process is ready for review.
Test that the process can open the CSV file and retrieve the data. If successful, the Data collection will no longer be empty.
Exercise 11.1.2 Loading the
BulePrism进阶教程-11. Consolidation Exercise
Blue Prism订单系统流程构建与测试
最新推荐文章于 2025-08-29 00:31:58 发布
本文档介绍了如何使用Blue Prism构建并运行一个从读取CSV文件到在Order System应用中创建订单的完整流程。练习涵盖了从Excel读取数据、加载工作队列、操作工作项、启动和关闭Order System以及异常处理等步骤。

最低0.47元/天 解锁文章
2847

被折叠的 条评论
为什么被折叠?



