Click or drag to resize

WorkflowInstance Properties

The WorkflowInstance type exposes the following members.

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