Click or drag to resize
BaseWorkflowInstance Properties

The BaseWorkflowInstance type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationName
Returns the config file name of this workflow.
Public propertyCreated
Returns start date of this workflow instance.
Public propertyCreatedBy
Returns the user who started this workflow instance.
Public propertyCurrentState
Returns the current state of this workflow instance.
Public propertyErrorInfo
Returns the error information of the last exception that occurred during the execution of this workflow instance.
Public propertyId
Returns the unique ID of this workflow instance.
Public propertyLastException
Returns the exception message of the last exception that occurred during the execution of this workflow instance.
Public propertyStopped
Returns 'true' if this workflow instance is stopped.
Public propertyVariables
Returns the variables defined for this workflow.
Public propertyVersion
Returns the workflow version that this workflow instance is running.
Public propertyWorkflow
Returns the configuration object of this workflow instance.
Top
See Also