Class InboxTaskActionDto
One workflow task action/audit entry.
public sealed class InboxTaskActionDto
- Inheritance
-
InboxTaskActionDto
- Inherited Members
Properties
ActionId
public string? ActionId { get; set; }
Property Value
ActionType
public string? ActionType { get; set; }
Property Value
ActorDisplayName
public string? ActorDisplayName { get; set; }
Property Value
ActorUserId
public int? ActorUserId { get; set; }
Property Value
- int?
ActorUserName
public string? ActorUserName { get; set; }
Property Value
CaseId
public string? CaseId { get; set; }
Property Value
Comment
public string? Comment { get; set; }
Property Value
CreatedAtUtc
public DateTime CreatedAtUtc { get; set; }
Property Value
ExecutionId
public string? ExecutionId { get; set; }
Property Value
FormId
public int FormId { get; set; }
Property Value
Outcome
public string? Outcome { get; set; }
Property Value
SubmissionId
public int SubmissionId { get; set; }
Property Value
TargetUser
public string? TargetUser { get; set; }
Property Value
TaskId
public string? TaskId { get; set; }