Activity Thread Count For Polling vs Executing Task

Hi,

In Temporal, we seem to only be able to tune activityPollThreadCount for activity worker. While in AWS simple workflow, there are separate configurations for polling tasks vs executing tasks. Are the polling threads also responsible for executing the tasks in Temporal, which is why there is only a single configuration?

Thanks.

Use WorkerOptions.MaxConcurrentActivityExecutionSize to limit number of parallel activities.