Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ProcessTransitionHistoryEntity

OptimaJet.Workflow.Core.Entities.ProcessTransitionHistoryEntity

public class ProcessTransitionHistoryEntity : IEntity

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
ActorIdentityId #
String
ExecutorIdentityId #
String
ActorName #
String
ExecutorName #
String
FromActivityName #
String
FromStateName #
String
Id #
Guid
IsFinalised #
Boolean
ProcessId #
Guid
TenantId #
String
ToActivityName #
String
ToStateName #
String
TransitionClassifier #
String
TransitionTime #
DateTime
TriggerName #
String
StartTransitionTime #
Nullable<DateTime>
TransitionDuration #
Nullable<Int64>

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