cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft Queue VBO available on BP?

KonstantinosVog
Level 4
Hello, We are trying to integrate a Microsoft Queue with Blue Prism. We need to return a generic object type from MS Queue to BP, in order to deserialize it later and get the information that we need. The problem is that on our Code stage we cant have an object type as an output, due to BP data types limitation. 1) Does Blue Prism provides any VBO for interacting with MS Queues? 2) Could we find a workaround of returning a generic object type from a Code stage in Blue Prism. Thanks in advance. Konstantinos Vogiatzakis
3 REPLIES 3

John__Carter
Staff
Staff
1) No we don't I'm afraid. 2) Maybe your code stage could return a collection? Or take a look at the JSON utility object?

KonstantinosVog
Level 4
Hi John, The code stage returns specifically a generic object type that couldn't be converted to string or collection.. Thanks for your answer though. Konstantinos

John__Carter
Staff
Staff
In that case maybe you could hold your object as a global variable and expose it's properties via code stages, eg OutputFromCodeStage = mObject.SomeProperty