|
Guid | ProcessId [get, set] |
| Id of a process instance More...
|
|
string | ActorIdentityId [get, set] |
| An user id for whom a command was executed More...
|
|
string | ExecutorIdentityId [get, set] |
| An user id who executed a command More...
|
|
string | FromActivityName [get, set] |
| Source activity name More...
|
|
string | FromStateName [get, set] |
| Source state name if the state name was specified in source activity More...
|
|
bool | IsFinalised [get, set] |
| If true specifies that process was finalized by this transition. More...
|
|
string | ToActivityName [get, set] |
| Destination activity name More...
|
|
string | ToStateName [get, set] |
| Source state name if the state name was specified in destination activity More...
|
|
TransitionClassifier | TransitionClassifier [get, set] |
| Classifier of a transition direction More...
|
|
DateTime | TransitionTime [get, set] |
| Time of an execution of transition More...
|
|
string | TriggerName [get, set] |
| Name of a command or timer an execution of which led to an execution of transition More...
|
|
Represents a record of transition of process from one Activity to another