Process and Object

3 question -
1. Is it possible to call one object from another object? If yes how to achieve that.

2. In a object, there are 2 end stages with 2 different output parameters (One end stage has A and other one has B data item), Is it possible to get both parameters as output?
Or the object always ends in a single end stage i.e we can get only one parameter either A or B?


3. Can we run two process at the same time in a single resource?
 

Ashutosh_Rai

New Member
1st Question answer: Goto object> Add action stage> call another object
2nd answer: make it a global data item without using endstage it's available
3rd answer: Not possible it's against the RPA bot business rule :p
 

Pete_L

Active Member
Bala,
To get both outputs from 2 separate end stages, put both outputs into each end stage. Make sure you are giving values to both outputs before it reaches the end stage. I don't know why you would want to do this, because those 2 end stages likely represent 2 different paths, but there you go.

You can run processes in the foreground or in the background. Research this on the BP Portal. Keep in mind, however, that if you run 2 processes in this manner on the same bot, you use 2 licenses.
 
Top