parallelism property
Specifies the maximum desired number of tasks the execution should run at any given time.
Must be <= task_count. The actual number of tasks running in steady state will be less than this number when ((.spec.task_count - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism.
Output only.
Implementation
core.int? parallelism;