Table of Contents

Interface ISerializationContext.IHasWorkflow

Namespace
Temporalio.Converters
Assembly
Temporalio.dll

Base interface for serialization contexts that have workflow information.

public interface ISerializationContext.IHasWorkflow : ISerializationContext

Properties

Namespace

Gets the namespace for the workflow.

string Namespace { get; }

Property Value

string

WorkflowId

Gets the ID for the workflow.

string WorkflowId { get; }

Property Value

string

Remarks

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.