Skip to content

WorkflowResumeHttpRequest

Namespace AgentPrism · Assembly AgentPrism.AspNetCore.dll

Request to resume a workflow from a checkpoint.

public sealed record WorkflowResumeHttpRequest : IEquatable<WorkflowResumeHttpRequest>

objectWorkflowResumeHttpRequest

IEquatable<WorkflowResumeHttpRequest>

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public WorkflowResumeHttpRequest()

Identifier of the checkpoint to resume from. If left empty, the run’s most recent checkpoint is used.

public string? CheckpointId { get; init; }

string?

public override bool Equals(object? obj)

obj object?

bool

public bool Equals(WorkflowResumeHttpRequest? other)

other WorkflowResumeHttpRequest?

bool

public override int GetHashCode()

int

public override string ToString()

string

operator ==(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)

Section titled “ operator ==(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)”
public static bool operator ==(WorkflowResumeHttpRequest? left, WorkflowResumeHttpRequest? right)

left WorkflowResumeHttpRequest?

right WorkflowResumeHttpRequest?

bool

operator !=(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)

Section titled “ operator !=(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)”
public static bool operator !=(WorkflowResumeHttpRequest? left, WorkflowResumeHttpRequest? right)

left WorkflowResumeHttpRequest?

right WorkflowResumeHttpRequest?

bool