Class WorkflowApprovalHistory
OptimaJet.Workflow.MongoDB.WorkflowApprovalHistory
Namespace: OptimaJet.Workflow.MongoDB
public class WorkflowApprovalHistory : DynamicEntityType Hierarchy
- DynamicEntity
- WorkflowApprovalHistory Current type
Properties
public Guid Id { get; set; } #public Guid ProcessId { get; set; } #public string TenantId { get; set; } #public string IdentityId { get; set; } #public string AllowedTo { get; set; } #public DateTime? TransitionTime { get; set; } #public long Sort { get; set; } #public string InitialState { get; set; } #public string DestinationState { get; set; } #public string TriggerName { get; set; } #public string Commentary { get; set; } #Methods
public static WorkflowApprovalHistory ToDB(ApprovalHistoryItem historyItem) #Parameters
Name
Type
Description
historyItemApprovalHistoryItemReturns
Type
Description
WorkflowApprovalHistorypublic static ApprovalHistoryItem FromDB(WorkflowRuntime runtime, WorkflowApprovalHistory historyItem) #Parameters
Name
Type
Description
runtimeWorkflowRuntimehistoryItemWorkflowApprovalHistoryReturns
Type
Description
ApprovalHistoryItem