InstanceInformation Class

Scanjour Workflow4 Reference Manual
Informational data on a running workflow instance.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.HostInstanceInformation

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class InstanceInformation

The InstanceInformation type exposes the following members.

Constructors

  NameDescription
Public methodInstanceInformation(Guid, WorkflowDescriptor, String, String, Uri)
Instance information constructor.
Public methodInstanceInformation(Guid, WorkflowDescriptor, String, String, WorkflowStatus, DateTime, Uri)
Initializes a new instance of the InstanceInformation class
Top
Properties

  NameDescription
Public propertyCancellationToken
Gets the cancellation token to cancel a workflow instance timer.
Public propertyDescriptor
Gets the WorkflowDescriptor of the workflow instance.
Public propertyExceptionThrown
Gets the exception thrown by the workflow instance. If no exception has been thrown, the value is null.
Public propertyInstanceId
The workflow instance.
Public propertyIsCanceled
OBS -- only to be used for test. See note in WorkflowHost.cs
Public propertyODataUri
The OData Uri
Public propertyOutputs
Gets the output dictionary of the OutArguments of the workflow instance. If the workflow has not yet completed, the value is null. If the workflow was run to end by another WorkflowHost, the value is null.
Public propertyOwner
Gets the workflow instance owner name_code.
Public propertyPendingTimerExpiration
Gets the DateTime for next pending timeout.
Public propertyServerName
Gets the server name of the WorkflowHost currently resposible for holding a timer for a pending timeout.
Public propertyStatus
Gets the current WorkflowStatus.
Public propertyTimerRunning
Gets whether WorkflowHost has a timer running for a pending timeout of the workflow instance.
Top
Methods

  NameDescription
Public methodClearTimer
Cancel the instance timer.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetTimer
Setup a timer for the workflow instance.
Public methodToString
Returns a string that represents the current InstanceInformation.
(Overrides ObjectToString.)
Top
See Also

Reference