The InstanceInformation type exposes the following members.
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.
|
See Also