UiPath Du Frame

  1. In Main_Unattended xaml , suppose for classification the validation is in action center so nat that time will it go with the next item ?
  2. How to skew and grayscale documents by using UiPath provided activites only not UiPath teams ?
  3. in orcehstration process add que item and reference and wait queue item activities are palced subsequently…how the actions are performed after using "add queue items and get reference " activities ?

@Ritaman_Baral

  1. When you say next time once the validation is complete …if there is a wait for resume it would wait and continue else an action is created and it would go to next item…and current item would be closed or moved as per the activities
  2. Can you specify the requirement? If youa re looking for correction if pdf then it might not be possible directly…might need to go with custom coding
  3. After add wueue item and get ref…it would get an identifier for the added item and then it would wait for that item to be completed

Cheers

  1. When it will wait that time can it process other items in parallel ?
  2. That means once an item is added to queue , a job needs to get triggered ? during that time it will wait for the status to change from in progress to anything else ? once it changes it performs the other actions ? and parallely it keeps on adding and waits for the progress to change for other items ?

@Ritaman_Baral

The answer for both questions is same…when waiting it would not process another item…it would only wait…

For this situation to be avoided generally we do wait and resume activities inside parallel for each so that multiple items are processed and the bot would be waiting for any of the item to complete and will start once any of the item completes and moves to next stage, remaining items would still wait

Cheers

In DU unattended framework since action center is implemented , we need to modify the code?
In classification validation part there is no parallel activity
If it generates a task Id in orchestrator that means it will wait right ??
In parallel in cannot process other ?

@Ritaman_Baral

in the framework it would not have by default

but it can be added

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.