Assembly: OptimaJet.Workflow.MongoDB

Class WorkflowInbox

OptimaJet.Workflow.MongoDB.WorkflowInbox

public class WorkflowInbox : DynamicEntity

Type Hierarchy

Properties

public Guid Id { get; set; } #
public Guid ProcessId { get; set; } #
public string TenantId { get; set; } #
public string IdentityId { get; set; } #
public DateTime AddingDate { get; set; } #
public string AvailableCommands { get; set; } #

Methods

public static WorkflowInbox ToDB(InboxItem inboxItem) #

Parameters

Name
Type
Description
inboxItem
InboxItem

Returns

Type
Description
WorkflowInbox
public static Task<List<InboxItem>> FromDB(WorkflowRuntime runtime, WorkflowInbox[] inboxItems, CultureInfo culture) #

Parameters

Name
Type
Description
runtime
WorkflowRuntime
inboxItems
WorkflowInbox[]
culture
CultureInfo

Returns

Type
Description
Task<InboxItem>