Table of Contents

Class InboxTaskActionDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll

One workflow task action/audit entry.

public sealed class InboxTaskActionDto
Inheritance
InboxTaskActionDto
Inherited Members

Properties

ActionId

public string? ActionId { get; set; }

Property Value

string

ActionType

public string? ActionType { get; set; }

Property Value

string

ActorDisplayName

public string? ActorDisplayName { get; set; }

Property Value

string

ActorUserId

public int? ActorUserId { get; set; }

Property Value

int?

ActorUserName

public string? ActorUserName { get; set; }

Property Value

string

CaseId

public string? CaseId { get; set; }

Property Value

string

Comment

public string? Comment { get; set; }

Property Value

string

CreatedAtUtc

public DateTime CreatedAtUtc { get; set; }

Property Value

DateTime

ExecutionId

public string? ExecutionId { get; set; }

Property Value

string

FormId

public int FormId { get; set; }

Property Value

int

Outcome

public string? Outcome { get; set; }

Property Value

string

SubmissionId

public int SubmissionId { get; set; }

Property Value

int

TargetUser

public string? TargetUser { get; set; }

Property Value

string

TaskId

public string? TaskId { get; set; }

Property Value

string