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: SystemString
The workflow id.
typeName
Type: SystemString
The workflow name.
version
Type: SystemVersion
The workflow version.
owner
Type: SystemString
The workflow instance owner.
serverName
Type: SystemString
The host name.
status
Type: Scanjour.Workflow4.HostWorkflowStatus
The workflow status.
pendingTimerExpiration
Type: SystemDateTime
The next due date.
See Also

Reference