class documentation
class ActivitySerializationContext(SerializationContext): (source)
Serialization context for activities.
See SerializationContext for more details.
| Class Variable | activity |
Activity ID. Optional if this is an activity started from a workflow. |
| Class Variable | activity |
Activity task queue. |
| Class Variable | activity |
Activity type. |
| Class Variable | is |
Whether the activity is a local activity started from a workflow. |
| Class Variable | namespace |
Workflow/activity namespace. |
| Class Variable | workflow |
Workflow ID. Only set if this is an activity started from a workflow. |
| Class Variable | workflow |
Workflow type if this is an activity started from a workflow. |
Activity task queue.
Deprecated since version This: value may not be set in some bidirectional situations, it should
not be relied on.
Activity type.
Deprecated since version This: value may not be set in some bidirectional situations, it should
not be relied on.