Class WorkflowInbox
OptimaJet.Workflow.MongoDB.WorkflowInbox
Namespace: OptimaJet.Workflow.MongoDB
public class WorkflowInbox : DynamicEntityType Hierarchy
- DynamicEntity
- WorkflowInbox Current type
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
inboxItemInboxItemReturns
Type
Description
WorkflowInboxpublic static Task<List<InboxItem>> FromDB(WorkflowRuntime runtime, WorkflowInbox[] inboxItems, CultureInfo culture) #Parameters
Name
Type
Description
runtimeWorkflowRuntimeinboxItemsWorkflowInbox[]cultureCultureInfoReturns
Type
Description
Task<InboxItem>