Table of Contents

Class InboxTaskDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

One human workflow task row.

public sealed class InboxTaskDto
Inheritance
InboxTaskDto
Inherited Members

Properties

AllowClaim

public bool AllowClaim { get; set; }

Property Value

bool

AllowForward

public bool AllowForward { get; set; }

Property Value

bool

AllowReassign

public bool AllowReassign { get; set; }

Property Value

bool

AssignedDisplayName

public string? AssignedDisplayName { get; set; }

Property Value

string

AssignedUserId

public int? AssignedUserId { get; set; }

Property Value

int?

AssignedUserName

public string? AssignedUserName { get; set; }

Property Value

string

CandidateRoles

public IReadOnlyList<string> CandidateRoles { get; set; }

Property Value

IReadOnlyList<string>

CandidateUsers

public IReadOnlyList<string> CandidateUsers { get; set; }

Property Value

IReadOnlyList<string>

CaseId

public string? CaseId { get; set; }

Property Value

string

ClaimedAtUtc

public DateTime? ClaimedAtUtc { get; set; }

Property Value

DateTime?

Comment

public string? Comment { get; set; }

Property Value

string

CompletedAtUtc

public DateTime? CompletedAtUtc { get; set; }

Property Value

DateTime?

CreatedAtUtc

public DateTime CreatedAtUtc { get; set; }

Property Value

DateTime

DueAtUtc

public DateTime? DueAtUtc { get; set; }

Property Value

DateTime?

ExecutionId

public string? ExecutionId { get; set; }

Property Value

string

FormId

public int FormId { get; set; }

Property Value

int

NodeId

public string? NodeId { get; set; }

Property Value

string

NodeLabel

public string? NodeLabel { get; set; }

Property Value

string

Outcome

public string? Outcome { get; set; }

Property Value

string

Status

public string? Status { get; set; }

Property Value

string

SubmissionId

public int SubmissionId { get; set; }

Property Value

int

TaskId

public string? TaskId { get; set; }

Property Value

string