cancel
Showing results for 
Search instead for 
Did you mean: 

Task assign for scheduler

Mohammed_Nissa1
Level 4
Scenario: I have 4 process to execute one after the other by using scheduler *process completion ----- Process 1 on complete-->process 2 on complete-->process 3 on complete-->process 4 on complete-->stop *process exception ----- process 1 on exception-->process 2 on exception-->process 3 on exception-->process 4 on exception-->stop if Process 1,3 are completed and 2,4 got exception ----------------------------------------------------------------------------------------------------------------------------- Question? How to retry process 2 and 4 from the stage exception was raised?
1 REPLY 1

Denis__Dennehy
Level 15
Firstly, ,make sure you are always building your processes based upon the Blue Prism Process Template (an example of it's use is in the solution of the Lifecycle Orientation training module). This template ensures you have best practice exception handling (so that your process does not just fail if there is an issue). Regarding your specific quesiton, you can use the Status on the Work Queue item (you should always be using work queues) to mark when different parts of your process have been completed. All you then need are decision stages to skip sections of your process that have already been worked.