class documentation

class ActivitySerializationContext(BaseWorkflowSerializationContext): (source)

View In Hierarchy

Serialization context for activities.

See SerializationContext for more details.

Instance Variable activity_task_queue Activity task queue.
Instance Variable activity_type Activity Type.
Instance Variable is_local Whether the activity is a local activity.
Instance Variable namespace Workflow/activity namespace.
Instance Variable workflow_id Workflow ID. 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.
Instance Variable workflow_type Workflow Type.
activity_task_queue: str = (source)

Activity task queue.

activity_type: str = (source)

Activity Type.

is_local: bool = (source)

Whether the activity is a local activity.

workflow_id = (source)

Workflow ID. 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: str = (source)

Workflow Type.