temporalio.converter.ActivitySerializationContext

Class Variable activity_id Activity ID. Optional if this is an activity started from a workflow.
Class Variable activity_task_queue Activity task queue.
Class Variable activity_type Activity type.
Class Variable is_local Whether the activity is a local activity started from a workflow.
Class Variable namespace Workflow/activity namespace.
Class Variable workflow_id Workflow ID. Only set if this is an activity started from a workflow.
Class Variable workflow_type 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.