class documentation
class WorkflowSerializationContext(BaseWorkflowSerializationContext): (source)
Serialization context for workflows.
See SerializationContext
for more details.
Instance Variable | namespace |
The namespace the workflow is running in. |
Instance Variable | workflow |
The ID of the workflow. Note that this is the ID of the workflow of which the payload being operated on is an input or output. Note also that 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. |