From 34d29770e19032a91a4c436ac27ea9e5a96f61cc Mon Sep 17 00:00:00 2001 From: Thomas Hardy Date: Wed, 25 Feb 2026 10:25:00 -0800 Subject: [PATCH] make workflow_id str for wf serialization context --- temporalio/converter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temporalio/converter.py b/temporalio/converter.py index 5200c457b..565950b2a 100644 --- a/temporalio/converter.py +++ b/temporalio/converter.py @@ -91,7 +91,7 @@ class WorkflowSerializationContext(SerializationContext): namespace: str """The namespace the workflow is running in.""" - workflow_id: str | None + workflow_id: str """The ID of the workflow. Note that this is the ID of the workflow of which the payload being operated on is an input or