Assembly: OptimaJet.Workflow.MongoDB

Class WorkflowProcessInstance

OptimaJet.Workflow.MongoDB.WorkflowProcessInstance

public class WorkflowProcessInstance : DynamicEntity

Type Hierarchy

Properties

public string ActivityName { get; set; } #
public Guid Id { get; set; } #
public string PreviousActivity { get; set; } #
public string PreviousActivityForDirect { get; set; } #
public string PreviousActivityForReverse { get; set; } #
public string PreviousState { get; set; } #
public string PreviousStateForDirect { get; set; } #
public string PreviousStateForReverse { get; set; } #
public Guid? SchemeId { get; set; } #
public string StateName { get; set; } #
public List<WorkflowProcessInstancePersistence> Persistence { get; set; } #
public Guid? ParentProcessId { get; set; } #
public Guid RootProcessId { get; set; } #
public string TenantId { get; set; } #
public string SubprocessName { get; set; } #
public DateTime CreationDate { get; set; } #
public DateTime? LastTransitionDate { get; set; } #
public WorkflowProcessInstanceStatus Status { get; set; } #
public string CalendarName { get; set; } #