File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments