Informational data on a running workflow instance.
Inheritance Hierarchy
Scanjour.Workflow4.HostInstanceInformation
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The InstanceInformation type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InstanceInformation(Guid, WorkflowDescriptor, String, String, Uri) |
Instance information constructor.
| |
InstanceInformation(Guid, WorkflowDescriptor, String, String, WorkflowStatus, DateTime, Uri) | Initializes a new instance of the InstanceInformation class |
Properties
Name | Description | |
---|---|---|
CancellationToken |
Gets the cancellation token to cancel a workflow instance timer.
| |
Descriptor |
Gets the WorkflowDescriptor of the workflow instance.
| |
ExceptionThrown |
Gets the exception thrown by the workflow instance. If no exception has been thrown, the value is null.
| |
InstanceId |
The workflow instance.
| |
IsCanceled |
OBS -- only to be used for test. See note in WorkflowHost.cs
| |
ODataUri |
The OData Uri
| |
Outputs |
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.
| |
Owner |
Gets the workflow instance owner name_code.
| |
PendingTimerExpiration |
Gets the DateTime for next pending timeout.
| |
ServerName |
Gets the server name of the WorkflowHost currently resposible for holding a timer for a pending timeout.
| |
Status |
Gets the current WorkflowStatus.
| |
TimerRunning |
Gets whether WorkflowHost has a timer running for a pending timeout of the workflow instance.
|
Methods
Name | Description | |
---|---|---|
ClearTimer |
Cancel the instance timer.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetTimer |
Setup a timer for the workflow instance.
| |
ToString |
Returns a string that represents the current InstanceInformation.
(Overrides ObjectToString.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also