0% found this document useful (0 votes)
3K views5 pages

Blue Prism

Enter customer details Application: Returns address

Uploaded by

RamKumar G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views5 pages

Blue Prism

Enter customer details Application: Returns address

Uploaded by

RamKumar G
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 5

Which stage is used in Blue Prism Object Studio to launch an application?

-
Navigate(C)
What is the purpose of Action Stage?-It�s used to call a Business Object page from
a Processes.(C)
Which stage is available in Object Studio but not in process studio?-wait(C)
What is correct about Object Studio?-Object Studio does not have a Main Page, but
It does have 2 default page(C)
We can step through a diagram one stage at a time. Which of the following is used
to traverse pages more quickly?-Step Over and Step Out(C)
In a process, which data item can be used to store the values from Rows and Columns
fetched from .xls file?-collection(C)
What are all the spy modes in Blue Prism?-Win 32 Mode, HTML Mode, Active
Accessibility Mode, Region Mode(C)
Which stage enables a Business Object to pause and wait for an application
element?-wait(C)
Which stage in Process Studio, can be used to store multiple pieces of data in
Columns and Rows?-Collection(C)
The reset button in Process Studio must always be pressed __-Before re-running a
Process(C)
Reusable logic shall be in which layer?-Process Layer(W)

Which stage always comes, if we insert Wait Stage in our Object?-timeout(C)


When should you consider Exception Handling strategy?-In Design Phase(C)
Application Modelling can be done in which Module of Blue Prism?-Object Studio(C)
Can we set up queue, to enable multiple attempts on an item?-T(C)
Which stage(s) can be configured in Process Studio to send Input and Output
Parameters in Object Studio?-Both Start and End Stage(C)
Which of the following statements is true when employing multiple object in object
layer?-Makes a process run faster(W)
Session Variables are ______-Both(C)
When we create the process in Process Studio then a page can have __-Multiple
Starting Points as well as Multiple End Points(W)
Identify the two stages that that should always be there in process definition-
Start stage and End Stage(C)
How do you refer the Collection Fields? Identify the correct option.-Collection
Name.Field Name�(dot notation)(C)
What is correct about Recovery Mode in Blue Prism?-ALL(C)
Which stage needs to be used to call Business object Page from Process?-Action(C)
What is correct about work Queues in Blue Prism?-ALL(C)
In a single application, we can spy via more than one spying mode.-T(C)
Which of the following statements is correct regarding the key field of the Work
Queue?-
The key field value can only be set when the case if first added to the queue.(C)
In Object layer, if we will create more Objects, then design will be more efficient
and scalable because ____________.-ALL(C)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~

Topic Prelude
Just as a Business Object provides a Process with the functionality it needs to
manipulate an application, it is the inputs and outputs that move data back and
forth between Pages, Processes, Business Objects.
Inputs are used to transmit values from an upper page down to the start of a lower
page.

Outputs are used to transmit values up from the end of a lower page back to the
upper page.

Start-up parameters can also be used to transmit external values to the start of
the Main Page.

Input Parameters
Loading image..
Hope you remember the simple flow diagram explained during the creation of Page 1
in the previous topic.

In that example, Page 1 will repeat the same number of times as Main Page.

If you want to distinguish the execution frequency of Page 1 from that of Main
Page, what will you do?

This is achieved by giving the number of iterations you want Page 1 to perform as
an input.

Setting up Page Input


Loading image..
Open the Start properties from Page 1.
Add a new input parameter by clicking the Add button.
Enter the number of Iterations in the new row created in the Inputs table.
Though the Description field is optional, it's good practice to mention details.
Drag Max Loops Data Item from Numbers into the �Store In� column.
You will notice that the Data Type is automatically set.
You have now setup the number of iterations Page 1 must be performing.

Now, how does this impact the page reference on the main page?

Setting up Page Input

When you open the properties of the Page Reference stage in the Main Page, you will
see a new row with an empty value in Inputs tab.

Now to define the value you will need to:

Select the Expression Editor button.


Expression Chooser screen appears (value for an input is supplied as an
expression).
But you are going to close Chooser screen and enter 2 in the Value field.
When you execute the process, the Page Reference stage will transmit their values
to the Start stage on Page 1.
This theory will ease your learning when you get a chance to try out hands-on in a
Blue Prism environment.

Output Paramaters
A process end stage will produce Output Parameters.

In the previous cards, you learned how an input is used to transmit values.
Similarly, an Output is used to transmit a value from an End stage on a lower Page
up to the Page Reference stage on the higher Page.

Data Items
Data items are similar to variables used for storing data.
By default, it can be used by stages available on the same page they are defined,
known as local Data Items.

To make it global, the property of Data Item must be modified, uncheck Hide from
other pages in the Process checkbox.

Visualizing Data Items

So what do you infer from the image above?

The two local Data Items on Page A is not available to any other Page.
The four local Data Items on Page B is not available for other pages.
The Global Data Item Global 1A is present on Page A but is available for other
pages.
Global 1D is on Page D but is available everywhere.
Even though there are no Data Items present on Page C, it can still use two the
Data Items from other Pages - Global 1A and 1D.

Using Global Data Items


By now you must be thinking why not define all data items as global?

Yes it sounds simple and easy, but there are certain things to take care:

Global names must be unique, unlike locals that can share the same name as long as
they are available in different pages.
When a Data Item is global, it can be modified in any page so you must be aware of
where ever it is being used.
Track of the current value of a global must be kept carefully, to avoid the risk of
undesired impact.

Data Types

Here is the possible data types allowed to be stored in Data Items.

Number, Text, Flag, Date, Password (Used for sensitive data), Datetime, Time,
Timespan, Image, Binary.

Exposing Data Item


Values of Data Items can be controlled outside of the diagram, known as Data Item
Exposure. Take a look at the video to learn how it can be achieved.

Topic Prelude
Until now, you have been reading through the fundamental concepts, which will aid
you in automating a simple process.

In this topic, you will be going through a set of videos that will help you
understand the tool and concepts better.

Simple Excel Operation


This video will help you understand more on action stage and will elaborate how to
import data from an excel.

Simple Excel Operation


This video explains how to write the data back to an excel file. It will help you
understand about input and output parameter as well.

Importing a BO
The video explains how to call a BO (alias VBO) from a process.
Exception Handling
This video explains how to handle exceptions. It will as well help you learn about
Recover, Resume and Exception stages.

Exception Bubbling
Until it is handled an exception will bubble upwards and it will eventually cause
the process to fail. Check out the video to learn about Exception Bubbling.

Control Room
Though you can run a Process from the Process Studio, in production, they are not
run in Process Studio.

Processes are run from Blue Prism`s Control Room.

A process will be available in Control Room only when it is published.

How to publish a process?

Move on to the next card and watch the video to learn about the different sections
available in the control room and how to publish and run a process from it.

Control Room Overview


Upon watching this video, you will get a visual overview of the control room and
you will learn how to run processes in there.

Topic Prelude
In real-world scenarios, Blue Prism Process will make use of work queues.

What is a work queue?

It is a list of jobs or cases, where information is required for the process to


run.

New inputs will be fed into the queue, which is then updated with results after
each input is processed.

Work Queue Features


The same queue can be used by multiple machines retrieving different inputs at the
same time.

Queues will be monitored and maintained from Control Room.

Metrics such as volumes, performance and exception details can be extracted from
queue data.

A Scenario
Consider a scenario where a customer has called in a store and requested for an
item to be ordered.

The store assistant must determine the shipping cost and then place the order.

In this ordering process, the store assistant interacts with two different
applications. Entering information into every application and gets back some
result.

Scenario Illustrated

As indicated in the above graphical illustration, the store assistant enters the
customer's name and mobile number into a Windows application, which in turn returns
the mailing address.

As a next step, the address is validated to ensure that it contains all the
required fields.

In the end, the store assistant enters the required details such as name and
mailing address into a Web-based application, which in turn determines the shipping
cost and then places the order.

Blue Prism Automation


To automate the above scenario in Blue Prism, the developer must use the Object
Studio to build a business object for each application.

These business object must implement the same actions that the store assistant
performs on this application.

Such as, the BO that interacts with the Windows application might contain:

a login action
an action that enters the customer�s name and mobile number
an action that retrieves the customer mailing address
a logout action.

Blue Prism Automation


After the business objects are created, the developer must use Process Studio to
graphically define the steps in the process. These steps can invoke one or more
business object.

In the given scenario, the process will have following parts:

entering data into the Windows application and getting a result


validating the mailing address
entering data into the Web-based application.
Once the business objects and the process are created, the software robot is ready
to be run.

In Blue Prism, software robots are executed in an organization�s data center rather
than on user desktops.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy