taskCount property
Specifies the desired number of tasks the execution should run.
Setting to 1 means that parallelism is limited to 1 and the success of that task signals the success of the execution.
Output only.
Implementation
core.int? taskCount;