Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessInstanceStatusEntity

OptimaJet.Workflow.Core.Entities.ProcessInstanceStatusEntity

public class ProcessInstanceStatusEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
Id #
Guid
Lock #
Guid
Status #
Byte
RuntimeId #
String
SetTime #
DateTime
TenantId #
String

Methods

public object GetValue(string key) #
Gets the value of a property "key"

Parameters

Name
Type
Description
key
String

Returns

Type
Description
Object
public void SetValue(string key, object value) #
Sets a "value" for a property "key"

Parameters

Name
Type
Description
key
String
value
Object