class documentation

class WorkflowSerializationContext(BaseWorkflowSerializationContext): (source)

View In Hierarchy

Serialization context for workflows.

See SerializationContext for more details.

Instance Variable namespace The namespace the workflow is running in.
Instance Variable workflow_id 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.
namespace = (source)

The namespace the workflow is running in.

workflow_id = (source)

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.