temporalio.converter.ActivitySerializationContext
| 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 ID. Optional 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.
Whether the activity is a local activity started from a workflow.
Workflow/activity namespace.
Workflow ID. Only set if this is an activity started from a workflow.
Note, when creating/describing schedules, this may be the workflow ID prefix as configured, not the final workflow ID when the workflow is created by the schedule.
Workflow type if this is an activity started from a workflow.