cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating BO in Process Studio

Anonymous
Not applicable
Hi we have some business objects, which is scrapping some applications and manipulates the output in excel. As a separate unit, business object is working fine without any error. While the business objects are stitched into process, the business objects starts throwing some weird errors, though all the inputs and the applications behavior's are same. we are getting this error interim and not always. Have anybody faced this kind of issues, please help. SN
3 REPLIES 3

Anonymous
Not applicable
I have had the problem before - and never found a good solution. I did get the process running though, by simply creating a new process and copying everything on process-level into it. What exactly caused it is to me a mystery.

TomBlackburn1
Level 7
Nagendrans - What error are you getting? If you are stepping over the object within the process that runs slightly faster than stepping out within the object and of course runs much faster than debugging in the object. Perhaps it is a timing issue? - Tom

John__Carter
Staff
Staff
All - the problems of 'it works in Object Studio but not in Process Studio' and 'it doesn't work from Control Room' are almost always a result of poor synchronisation. In Object Studio BP is running in slow motion (even the 'fast' speed is slow in real terms) so often logic that appears OK is only working because of the slow speed of the diagram. The execution the speed of Control Room is also much quicker than any diagram.Once actions are assembled into a process two things happen - 1) the execution speed of the object pages increases and 2) the 'time gap' between the end of one action and the start of the next becomes significant. If wait stages have not been used well in the object then (1) could be a problem if BP is running too fast and is not being slowed down to wait for the application. And if wait stages have not been used at the start and end of each object page, then (2) could be an issue because the application is still in motion after Action A has ended and is not in the expected state when Action B starts. https://portal.blueprism.com/system/files/Delivery%20Methodology%20-%20Development%20Best%20Practice.pdf