GipeExecution Properties
The GipeExecution type exposes the following members.
Properties
Name | Description | |
---|---|---|
CancelToken |
Returns the cancellation token of the execution
|
|
ChildExecutions |
List of child workflow executions
|
|
ConfToken |
Current conftoken
|
|
Context |
Returns the current context
|
|
DataManager |
Current datamanager
|
|
DebugMode |
Returns if the execution is in debug mode
|
|
Entity |
Current entity
|
|
ExecutionId |
Current execution identifier
|
|
FinishedSteps |
Returns the finished steps
|
|
LastException |
Last exception
|
|
LastStep |
Last executed step
|
|
MasterExecutionId |
Master execution identifier
|
|
NextStep |
Next step to execute in debug mode
|
|
NodeId |
Returns the workflow node identifier
|
|
OmmitedSteps |
Returns the ommited steps
|
|
Parameters |
Dictionary of GIPE parameters of the workflow
|
|
ParentExecutionId |
Parent execution execution identifier
|
|
ParentStep |
Returns the parent step of the execution
|
|
Result |
Returns the result of the execution
|
|
State |
Returns the current state of the execution
|
|
StepOver |
Gets or sets if the workflow has to step over child workflows
|
|
UserId |
Current user
|
|
WorkflowId |
Workflow process identifier
|
|
WorkingSteps |
Returns the current steps
|