共用方式為


DurableOrchestrationStatus Class

Definition

Represents the status of a durable orchestration instance.

public class DurableOrchestrationStatus
type DurableOrchestrationStatus = class
Public Class DurableOrchestrationStatus
Inheritance
DurableOrchestrationStatus

Remarks

An external client can fetch the status of an orchestration instance using GetStatusAsync(String, Boolean, Boolean, Boolean).

Constructors

DurableOrchestrationStatus()

Properties

CreatedTime

Gets the time at which the orchestration instance was created.

CustomStatus

Gets the custom status payload (if any) that was set by the orchestrator function.

History

Gets the execution history of the orchestration instance.

Input

Gets the input of the orchestrator function instance.

InstanceId

Gets the ID of the queried orchestration instance.

LastUpdatedTime

Gets the time at which the orchestration instance last updated its execution history.

Name

Gets the name of the queried orchestrator function.

Output

Gets the output of the queried orchestration instance.

RuntimeStatus

Gets the runtime status of the queried orchestration instance.

Applies to