{CompanyName} FlexyGo

GipeExecution Members

The GipeExecution type exposes the following members.

Constructors


  Name Description
Public method GipeExecution

Methods


  Name Description
Public method Abort
Public method GetStepByNodeId
Returns the a step by its node Id
Public method GetWorkflowParamValue
Public method OmmitStep
Adds a ommited step
Public method Pause
Public method SetEntity
Public method SetUserParameters
Public method Start
Starts the workflow excuetion

Fields


  Name Description
Public field Refresh

Properties


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

Events


  Name Description
Public event WorkflowExecutionFinished