![]() |
Workflow Engine .NET
2
|
Represent execution result which contains information about execution More...
Static Public Member Functions | |
static ExecutionResponseParametersComplete | Create (ProcessInstance processInstance, string executedActivityName) |
Create ExecutionResponseParametersComplete object More... | |
static ExecutionResponseParametersComplete | Create (ProcessInstance processInstance, string executedActivityName, string executedTransitionName) |
Create ExecutionResponseParametersComplete object More... | |
static ExecutionResponseParametersError | Create (ProcessInstance processInstance, string executedActivityName, Exception exception) |
Create ExecutionResponseParametersError object More... | |
static ExecutionResponseParametersError | Create (ProcessInstance processInstance, string executedActivityName, string executedTransitionName, Exception exception) |
Create ExecutionResponseParametersError object More... | |
Public Attributes | |
Guid | ProcessId => ProcessInstance.ProcessId |
Returns id of the process instance More... | |
virtual bool | IsError => false |
If True means execution error More... | |
Static Public Attributes | |
static ExecutionResponseParameters | Empty => new ExecutionResponseParameters {IsEmplty = true} |
Returns instane of empty ExecutionResponseParameters More... | |
Properties | |
ProcessInstance | ProcessInstance [get, set] |
Returns Process instance which requested execution More... | |
string | ExecutedTransitionName [get, set] |
Transition name which was executed More... | |
string | ExecutedActivityName [get, set] |
Activity name which was executed More... | |
bool | IsEmplty [get, set] |
Return True if ExecutionResponseParameters is empty More... | |
Represent execution result which contains information about execution
|
static |
Create ExecutionResponseParametersComplete object
processInstance | Process instance which requested execution |
executedActivityName | Activity name which was executed |
|
static |
Create ExecutionResponseParametersComplete object
processInstance | Process instance which requested execution |
executedActivityName | Activity name which was executed |
executedTransitionName | Transition name which was executed |
|
static |
Create ExecutionResponseParametersError object
processInstance | Process instance which requested execution |
executedActivityName | Activity name which was executed |
exception | Exception which occured in time of execution |
|
static |
Create ExecutionResponseParametersError object
processInstance | Process instance which requested execution |
executedActivityName | Activity name which was executed |
executedTransitionName | Transition name which was executed |
exception | Exception which occured in time of execution |
|
static |
Returns instane of empty ExecutionResponseParameters
virtual bool OptimaJet.Workflow.Core.Bus.ExecutionResponseParameters.IsError => false |
If True means execution error
Guid OptimaJet.Workflow.Core.Bus.ExecutionResponseParameters.ProcessId => ProcessInstance.ProcessId |
Returns id of the process instance
|
getset |
Activity name which was executed
|
getset |
Transition name which was executed
|
getset |
Return True if ExecutionResponseParameters is empty
|
getset |
Returns Process instance which requested execution