VMware Cloud Community
HariRajan
Hot Shot
Hot Shot
Jump to solution

VRO same workflow concurrent execution is getting failed

I have one VRO workflow and it will contact the remote DB server and execute series of actions , Only 2 VRO requests can be processed at a time by the DB server & upstream application due to some restriction (imagine like that ).  Suppose 10 or more requests are getting and it's trigger the concurrent execution .  Anybody have any idea to make remaining in a queue and push only two requests at a time , after that we need to release another two

Thanks & Regards in Plenteous . Hari Rajan
Tags (1)
1 Solution

Accepted Solutions
iiliev
VMware Employee
VMware Employee
Jump to solution

Hi,

For such concurrent scenarios, vRO provides a mechanism to lock/unlock/wait.

Take a look at LockingSystem scripting object in vRO API Explorer.

View solution in original post

2 Replies
iiliev
VMware Employee
VMware Employee
Jump to solution

Hi,

For such concurrent scenarios, vRO provides a mechanism to lock/unlock/wait.

Take a look at LockingSystem scripting object in vRO API Explorer.

HariRajan
Hot Shot
Hot Shot
Jump to solution

Wow. that's a great one ,

Thanks & Regards in Plenteous . Hari Rajan
0 Kudos