When you go to a job's Edit UI
there is an option named:
Multiple Executions? No / Yes
Limit Multiple Executions?: n
It appears that multiple executions is mapped to a value named:
allow_concurrent_executions = true
This option is equivalent to the Yaml definition export of multipleExecutions: true
however I am struggling to find an equivalent to Limit Multiple Executions?
Which maps to this within the yaml definition if you export the job:
maxMultipleExecutions: '10'
Would it be feasible to include this missing functionality when feasible please?