cancel
Showing results for 
Search instead for 
Did you mean: 

Near Real-time processing solutions

Anonymous
Not applicable
Would there be a scheduling/queue solutions that could satisfy the following requirements? Near real-time processing, queue automatically starts a process when items enter queue. Automatic locking of current, future, and concurrent sessions once a certain number of system exceptions have occurred. Lock set within a process and any concurrent sessions must be able to read this lock and prevent itself from picking up additional queue items Currently we are using a Minutely schedule during business hours, however we are not able to lock the process out in the event of system errors. We are unable to use the exposed SOAP endpoints at the moment due to resource constraints and limitations with the intake system.
1 REPLY 1

MetVonghiran1
Level 4
Hello, micjiang There are 2 documents in the portal that I think would be great inputs for what you are looking for: 1) Guide to Dynamic Process Execution (especially page 7) 2) Blue Prism Dynamic Scheduler Examples The idea is that you have one robot keep checking the queue for new request and use command line to excecute process in other runtime resource. Regarding your second querry, I think we need to seperate into 2 parts: The logic to stop add to queue/get next item when there is system exception in the queue the logic to stop when there is other system exceptions in the queue The combination of Work Queue's action ""Get Exception Items"" and environment locking might be what you are looking for. You can find a sample of how to use environment locking in the ”Process Template - Basic” is a good place to start.   Regards Met Vonghiran