Initializes a new instance of the InstanceInformation class
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax
public InstanceInformation( Guid instanceId, WorkflowDescriptor descriptor, string owner, string serverName, WorkflowStatus status, DateTime pendingTimerExpiration, Uri oDataUri )
Parameters
- instanceId
- Type: System.Guid
The instance id. - descriptor
- Type: Scanjour.Workflow4.Host.WorkflowDescriptor
The workflow descriptor. - owner
- Type: System.String
The owner of the workflow instance. - serverName
- Type: System.String
The name of the host. - status
- Type: Scanjour.Workflow4.Host.WorkflowStatus
The workflow instance status. - pendingTimerExpiration
- Type: System.DateTime
The next time to resume the workflow instance. - oDataUri
- Type: System.Uri
THe OData uri.
See Also