Click or drag to resize

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

Initializes a new instance of the InstanceInformation class

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public InstanceInformation(
	Guid instanceId,
	WorkflowDescriptor descriptor,
	string owner,
	string serverName,
	WorkflowStatus status,
	DateTime pendingTimerExpiration,
	Uri oDataUri
)

Parameters

instanceId  Guid
The instance id.
descriptor  WorkflowDescriptor
The workflow descriptor.
owner  String
The owner of the workflow instance.
serverName  String
The name of the host.
status  WorkflowStatus
The workflow instance status.
pendingTimerExpiration  DateTime
The next time to resume the workflow instance.
oDataUri  Uri
THe OData uri.
See Also