We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f8b5f commit 6cc1a02Copy full SHA for 6cc1a02
1 file changed
temporalio/converter.py
@@ -91,7 +91,7 @@ class WorkflowSerializationContext(SerializationContext):
91
namespace: str
92
"""The namespace the workflow is running in."""
93
94
- workflow_id: str | None
+ workflow_id: str
95
"""The ID of the workflow.
96
97
Note that this is the ID of the workflow of which the payload being operated on is an input or
0 commit comments