WorkflowResumeHttpRequest
Namespace AgentPrism · Assembly
AgentPrism.AspNetCore.dllRequest to resume a workflow from a checkpoint.
public sealed record WorkflowResumeHttpRequest : IEquatable<WorkflowResumeHttpRequest>Inheritance
Section titled “Inheritance”object ← WorkflowResumeHttpRequest
Implements
Section titled “Implements”IEquatable<WorkflowResumeHttpRequest>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”WorkflowResumeHttpRequest()
Section titled “ WorkflowResumeHttpRequest()”public WorkflowResumeHttpRequest()Properties
Section titled “Properties”CheckpointId
Section titled “ CheckpointId”Identifier of the checkpoint to resume from. If left empty, the run’s most recent checkpoint is used.
public string? CheckpointId { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Equals(object?)
Section titled “ Equals(object?)”public override bool Equals(object? obj)Parameters
Section titled “Parameters”obj object?
Returns
Section titled “Returns”Equals(WorkflowResumeHttpRequest?)
Section titled “ Equals(WorkflowResumeHttpRequest?)”public bool Equals(WorkflowResumeHttpRequest? other)Parameters
Section titled “Parameters”other WorkflowResumeHttpRequest?
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)
Section titled “ operator ==(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)”public static bool operator ==(WorkflowResumeHttpRequest? left, WorkflowResumeHttpRequest? right)Parameters
Section titled “Parameters”left WorkflowResumeHttpRequest?
right WorkflowResumeHttpRequest?
Returns
Section titled “Returns”operator !=(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)
Section titled “ operator !=(WorkflowResumeHttpRequest?, WorkflowResumeHttpRequest?)”public static bool operator !=(WorkflowResumeHttpRequest? left, WorkflowResumeHttpRequest? right)Parameters
Section titled “Parameters”left WorkflowResumeHttpRequest?
right WorkflowResumeHttpRequest?