Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessInstanceEntity

OptimaJet.Workflow.Core.Entities.ProcessInstanceEntity

public class ProcessInstanceEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
ActivityName #
String
Id #
Guid
PreviousActivity #
String
PreviousActivityForDirect #
String
PreviousActivityForReverse #
String
PreviousState #
String
PreviousStateForDirect #
String
PreviousStateForReverse #
String
SchemeId #
Nullable<Guid>
StateName #
String
ParentProcessId #
Nullable<Guid>
RootProcessId #
Guid
TenantId #
String
StartingTransition #
String
SubprocessName #
String
CreationDate #
DateTime
LastTransitionDate #
Nullable<DateTime>
CalendarName #
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