Class PublishProposal
A proposal to publish a workflow version.
public sealed class PublishProposal
- Inheritance
-
PublishProposal
- Inherited Members
Properties
Approvals
public IList<Approval> Approvals { get; init; }
Property Value
CreatedAt
public DateTimeOffset CreatedAt { get; init; }
Property Value
ProposalId
public string ProposalId { get; init; }
Property Value
Proposer
public string Proposer { get; init; }
Property Value
RejectedBy
public string? RejectedBy { get; set; }
Property Value
RejectionReason
public string? RejectionReason { get; set; }
Property Value
RequiredApprovals
public int RequiredApprovals { get; init; }
Property Value
ResolvedAt
public DateTimeOffset? ResolvedAt { get; set; }
Property Value
Status
public ProposalStatus Status { get; set; }
Property Value
Version
public string Version { get; init; }
Property Value
WorkflowName
public string WorkflowName { get; init; }