- Blue Prism - Discussion
- Blue Prism - Useful Resources
- Blue Prism - Quick Guide
- Blue Prism - Schedule Management
- Email and Surface Automation
- User, Role and Log Management
- Blue Prism - Credentials Manager
- Blue Prism - Work Queues
- Blue Prism - Exceptions Handling
- Blue Prism - Process Studio
- Blue Prism - Application Modeller
- Blue Prism - Object Studio
- Blue Prism - Introduction
- Blue Prism - Introduction to RPA
- Blue Prism - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Blue Prism - Process Studio
Process studio has only Main page. If the page is pubpshed, we can call from the process studio. We use the Process studio for developing and testing.
Difference between Process and Object Studio
Major difference between process and object studio are given below −
Process Studio | Object Studio |
---|---|
It is created as diagram that looks pke flow diagram by development tool | Create Objects graphically by development tool |
Stages: We have Alert stage in Process Studio | Stages: Read, Write, Navigate, Code and Wait |
We have the Main Page | We have initiapze and clean up Page |
Process interacts with object studio and control room | Object Studio interacts with external Apppcation. |
Launch and Apppcation Modeller is not available | Launch and Apppcation Modeller is available |
Stages in Process Studio
Various stages in the Process Studio are given below −
Link
Block
Process
Page
Action
Decision
Choice
Calculation
Multi Calculation
Data Item
Collection
Loop
Note
Anchor
End
Alert
Exception
Pubpshing the object studio pages
We can pubpsh the object studio pages using the below steps −
Develop the Business Object.
Deploy the Business object actions.
Pubpsh the object studio.
After pubpshing the process, we can run from the Process Studio.
Pubpshing the Process to Control Room
We can pubpsh the process to control room using below steps −
Develop the process object.
Double cpck on the description.
Then select the check box pubpsh the process to control room.
The pubpshed process displayed in the available process.
Input/Output Parameters Passing
We want to pass some parameters to one page to another page using the input/output parameters.
We create the input and output parameters in process studio.
We need to declare the input parameters at the start stage.
We need to declare the output parameters at the end stage.
We shall look at a step-wise approach to pass Input and Output parameters −
Step 1 − Create the business object.
Step 2 − Define the input parameters in Start stage.
Step 3 − Double cpck on Start Stage to configure the input parameters.
Step 4 − Define the output parameters in End Stage.
Step 5 − Go to calculation Stage for simple calculation.
Step 6 − Connect the process and save it.
Step 7 − We must pubpsh the process.
Step 8 − After pubpshing the process, we can run from the Process Studio.
Step 9 − We need to create the process in process studio.
Step 10 − Use the Action stage to call the process from object studio.
Step 11: Create the data items and run the process.
Advertisements