Introduction

  • Mutual exclusion prevents jobs from running in parallel and from concurrently accessing common resources such as databases. Jobs that cannot access a resource simultaneously wait until the resource is freed.
  • JS7 - Resource Locks are available for mutual exclusion across a sequence of jobs within a workflow and across workflows.


  • No labels