Skip to content

Commit 6cc1a02

Browse files
authored
make workflow_id str for wf serialization context (#1340)
1 parent c8f8b5f commit 6cc1a02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class WorkflowSerializationContext(SerializationContext):
9191
namespace: str
9292
"""The namespace the workflow is running in."""
9393

94-
workflow_id: str | None
94+
workflow_id: str
9595
"""The ID of the workflow.
9696
9797
Note that this is the ID of the workflow of which the payload being operated on is an input or

0 commit comments

Comments
 (0)