Workflow Engine .NET

Assembly: OptimaJet.Workflow.MongoDB

Class WorkflowInbox

OptimaJet.Workflow.MongoDB.WorkflowInbox

public class WorkflowInbox : DynamicEntity

Inheritance

Properties

Name
Type
Id #
Guid
ProcessId #
Guid
TenantId #
String
IdentityId #
String
AddingDate #
DateTime
AvailableCommands #
String

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>