Table of Contents

Class FlowInstanceLogModel

Namespace
CMS.Plugin.FlowManagement.Abstractions.Models
Assembly
CMS.Plugin.FlowManagement.Abstractions.dll
public class FlowInstanceLogModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Inheritance
FlowInstanceLogModel
Implements
IHasExtraProperties
Inherited Members

Properties

FinishTime

结束时间

public DateTime? FinishTime { get; set; }

Property Value

DateTime?

FlowName

流程名称

public string FlowName { get; set; }

Property Value

string

FlowTag

流程实例状态

public ProcessflowStatus FlowTag { get; set; }

Property Value

ProcessflowStatus

FlowType

流程类型

public int? FlowType { get; set; }

Property Value

int?

FlowVersion

流程版本

public int? FlowVersion { get; set; }

Property Value

int?

Id

流程实例Id

public long Id { get; set; }

Property Value

long

LastUpdateTime

流程实例数据

public DateTime? LastUpdateTime { get; set; }

Property Value

DateTime?

StartTime

开始时间

public DateTime StartTime { get; set; }

Property Value

DateTime

WorkSectionId

工序Id

public Guid? WorkSectionId { get; set; }

Property Value

Guid?

WorkSectionName

工序名称

public string WorkSectionName { get; set; }

Property Value

string

WorkStationId

工位Id

public Guid? WorkStationId { get; set; }

Property Value

Guid?

WorkStationName

工序名称

public string WorkStationName { get; set; }

Property Value

string