Page tree

  1. Why is the Limit Concurrency action used in this scenario?
    By placing a Limit Concurrency action in a rule chain, the number of instances that run concurrently can be controlled. If the Limit Concurrency action is not placed then sometimes the Write Text To File action may fail if too many instances are trying to write to the file at once.
  2. What if there were number of additional actions to be performed after the record is updated?
    A release Concurrency action should be inserted after the Write Text To File command in order to limit the time that the record is locked and ensure maximum concurrency in the system.
  3. What if you wanted to open and read the CSV file from another rule set?
    The other rule set should use a Limit Concurrency action with the same limiter name to ensure that the record is not being updated at the same time it is being read.
  • No labels