Skip to content

Commit 87e78c5

Browse files
committed
appease pydoctor
1 parent 11b41b5 commit 87e78c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporalio/converter.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,12 @@ class SerializationContext(ABC):
7676
receiving the result of an update/query, or handling an exception from a workflow, the context
7777
type is :py:class:`WorkflowSerializationContext` and the workflow ID set of the target
7878
workflow will be set in the context.
79+
7980
- In workflow code, when operating on a payload being sent/received to/from a child workflow, or
8081
handling an exception from a child workflow, the context type is
8182
:py:class:`WorkflowSerializationContext` and the workflow ID is that of the child workflow,
8283
not of the currently executing (i.e. parent) workflow.
84+
8385
- In workflow code, when operating on a payload to be sent/received to/from an activity, the
8486
context type is :py:class:`ActivitySerializationContext` and the workflow ID is that of the
8587
currently-executing workflow. ActivitySerializationContext is also set on data converter

0 commit comments

Comments
 (0)