We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d5298 commit fdcc56eCopy full SHA for fdcc56e
temporalio/lib/temporalio/internal/client/implementation.rb
@@ -228,7 +228,7 @@ def start_update_with_start_workflow(input)
228
if details
229
e = Error::WorkflowAlreadyStartedError.new(
230
workflow_id: start_options.id,
231
- workflow_type: start_req.workflow_type,
+ workflow_type: start_req.workflow_type.name,
232
run_id: details.run_id
233
)
234
end
0 commit comments