class documentation
class ActivitySerializationContext(BaseWorkflowSerializationContext): (source)
Serialization context for activities.
See SerializationContext
for more details.
Instance Variable | activity |
Activity task queue. |
Instance Variable | activity |
Activity Type. |
Instance Variable | is |
Whether the activity is a local activity. |
Instance Variable | namespace |
Workflow/activity namespace. |
Instance Variable | workflow |
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 |
Workflow Type. |