Skip to content

Fix WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker#2957

Open
geraldw-ai wants to merge 2 commits into
temporalio:mainfrom
geraldw-ai:workeroptions-builder-isUsingVirtualThreadsOnWorkflowWorker-fix
Open

Fix WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker#2957
geraldw-ai wants to merge 2 commits into
temporalio:mainfrom
geraldw-ai:workeroptions-builder-isUsingVirtualThreadsOnWorkflowWorker-fix

Conversation

@geraldw-ai

Copy link
Copy Markdown

What was changed

WorkerOptions.Builder.isUsingVirtualThreadsOnWorkflowWorker was returning the value of WorkerOptions.Builder.usingVirtualThreadsOnActivityWorker instead of WorkerOptions.Builder.usingVirtualThreadsOnWorkflowWorker. This change corrects it to use the correct field.

Checklist

  1. Closes WorkerOptions isUsingVirtualThreadsOnWorkflowWorker issue #2745

  2. How was this tested:
    New testcases were added to WorkerflowOptionsTest and tests were verified as passing.

  3. Any docs updates needed?
    No

@geraldw-ai
geraldw-ai requested a review from a team as a code owner July 21, 2026 00:39
@CLAassistant

CLAassistant commented Jul 21, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WorkerOptions isUsingVirtualThreadsOnWorkflowWorker issue

2 participants