QuestionQ14

Platform Knowledge

Which value should be assigned to the DegreeOfParallelism property of the DigitizeDocument activity to maximize the number of logical processors?

  • A -1
  • B 0
  • C 1
  • D DegreeOfParallelism.Max
Explanation

For the Digitize Document activity, -1 selects the activity’s automatic parallel-processing setting. UiPath documents this as using the machine’s core count minus one; a positive value instead specifies a particular processor count, and the configured value cannot exceed LogicalProcessorCount - 1.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!