InstanceInformation Constructor (Guid, WorkflowDescriptor, String, String, WorkflowStatus, DateTime, Uri)

Scanjour Workflow4 Reference Manual
Initializes a new instance of the InstanceInformation class

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

public InstanceInformation(
	Guid instanceId,
	WorkflowDescriptor descriptor,
	string owner,
	string serverName,
	WorkflowStatus status,
	DateTime pendingTimerExpiration,
	Uri oDataUri
)

Parameters

instanceId
Type: SystemGuid
The instance id.
descriptor
Type: Scanjour.Workflow4.HostWorkflowDescriptor
The workflow descriptor.
owner
Type: SystemString
The owner of the workflow instance.
serverName
Type: SystemString
The name of the host.
status
Type: Scanjour.Workflow4.HostWorkflowStatus
The workflow instance status.
pendingTimerExpiration
Type: SystemDateTime
The next time to resume the workflow instance.
oDataUri
Type: SystemUri
THe OData uri.
See Also

Reference