Class InboxTaskDto
One human workflow task row.
public sealed class InboxTaskDto
- Inheritance
-
InboxTaskDto
- Inherited Members
Properties
AllowClaim
public bool AllowClaim { get; set; }
Property Value
AllowForward
public bool AllowForward { get; set; }
Property Value
AllowReassign
public bool AllowReassign { get; set; }
Property Value
AssignedDisplayName
public string? AssignedDisplayName { get; set; }
Property Value
AssignedUserId
public int? AssignedUserId { get; set; }
Property Value
- int?
AssignedUserName
public string? AssignedUserName { get; set; }
Property Value
CandidateRoles
public IReadOnlyList<string> CandidateRoles { get; set; }
Property Value
CandidateUsers
public IReadOnlyList<string> CandidateUsers { get; set; }
Property Value
CaseId
public string? CaseId { get; set; }
Property Value
ClaimedAtUtc
public DateTime? ClaimedAtUtc { get; set; }
Property Value
Comment
public string? Comment { get; set; }
Property Value
CompletedAtUtc
public DateTime? CompletedAtUtc { get; set; }
Property Value
CreatedAtUtc
public DateTime CreatedAtUtc { get; set; }
Property Value
DueAtUtc
public DateTime? DueAtUtc { get; set; }
Property Value
ExecutionId
public string? ExecutionId { get; set; }
Property Value
FormId
public int FormId { get; set; }
Property Value
NodeId
public string? NodeId { get; set; }
Property Value
NodeLabel
public string? NodeLabel { get; set; }
Property Value
Outcome
public string? Outcome { get; set; }
Property Value
Status
public string? Status { get; set; }
Property Value
SubmissionId
public int SubmissionId { get; set; }
Property Value
TaskId
public string? TaskId { get; set; }