Skip to content

Manage duplicate jobs when clicking on run

During composition of jobs, some jobs can be duplicated (same input, options, etc. but ignoring job name), but when clicking on run we must manage them. We can:

  • deduplicate jobs by keeping only one from duplicated ones
  • alert user about deduplication. it can be blocking (asking to deduplicate manually) or non-blocking (deduplicate, warn and keep going)