Skip to content

max multiple executions does not seem to be a mapped option for a job #226

@codydiehl

Description

@codydiehl

When you go to a job's Edit UI

there is an option named:

Multiple Executions? No / Yes
Limit Multiple Executions?: n

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions