PersistedWorkflowInformation Constructor

Scanjour Workflow4 Reference Manual
The constructor.

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

public PersistedWorkflowInformation(
	string workflowKey,
	string typeName,
	Version version,
	string owner,
	string serverName,
	WorkflowStatus status,
	DateTime pendingTimerExpiration
)

Parameters

workflowKey
Type: System.String
The workflow id.
typeName
Type: System.String
The workflow name.
version
Type: System.Version
The workflow version.
owner
Type: System.String
The workflow instance owner.
serverName
Type: System.String
The host name.
status
Type: Scanjour.Workflow4.Host.WorkflowStatus
The workflow status.
pendingTimerExpiration
Type: System.DateTime
The next due date.
See Also

Reference