Table of Contents

Class ParentInstance

Namespace
DurableTask.Core
Assembly
DurableTask.Core.dll

Represents the parent orchestration of a sub orchestration

[DataContract]
public class ParentInstance : IExtensibleDataObject
Inheritance
ParentInstance
Implements
IExtensibleDataObject
Inherited Members

Constructors

ParentInstance()

public ParentInstance()

Fields

Name

The orchestration name of the parent instance

[DataMember]
public string Name

Field Value

string

OrchestrationInstance

The orchestration instance of this parent instance

[DataMember]
public OrchestrationInstance OrchestrationInstance

Field Value

OrchestrationInstance

TaskScheduleId

The id of the child orchestration action

[DataMember]
public int TaskScheduleId

Field Value

int

Version

The orchestration version of the parent instance

[DataMember]
public string Version

Field Value

string

Properties

ExtensionData

Implementation for System.Runtime.Serialization.IExtensibleDataObject.ExtensionData.

public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject