Share via


HttpManagementPayload Class

Definition

Data structure containing status, terminate and send external event HTTP endpoints.

public class HttpManagementPayload
type HttpManagementPayload = class
Public Class HttpManagementPayload
Inheritance
System.Object
HttpManagementPayload

Constructors

HttpManagementPayload()

Properties

Id

Gets the ID of the orchestration instance.

PurgeHistoryDeleteUri

Gets the HTTP DELETE purge instance history by instance ID endpoint.

RewindPostUri

Gets the HTTP POST instance rewind endpoint.

SendEventPostUri

Gets the HTTP POST external event sending endpoint URL.

StatusQueryGetUri

Gets the HTTP GET status query endpoint URL.

TerminatePostUri

Gets the HTTP POST instance termination endpoint.

Applies to