Expected Behavior
When using ContinueAsNew with the testing server, the requested Search Attributes should be propagated into the new workflow execution.
This is what the production Temporal server does.
Actual Behavior
The search attributes in the command are dropped. See here for where the start request is constructed—the search attributes are not extracted from the ContinueAsNewWorkflowExecutionCommandAttributes.
Steps to Reproduce the Problem
- Start a testing server
- Run a workflow that uses continue-as-new with search attributes
Specifications
- Version: v1.31.0
- Platform: all
Expected Behavior
When using ContinueAsNew with the testing server, the requested Search Attributes should be propagated into the new workflow execution.
This is what the production Temporal server does.
Actual Behavior
The search attributes in the command are dropped. See here for where the start request is constructed—the search attributes are not extracted from the
ContinueAsNewWorkflowExecutionCommandAttributes.Steps to Reproduce the Problem
Specifications