Click or drag to resize

PersistedWorkflowInformation Constructor

The constructor.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public PersistedWorkflowInformation(
	string workflowKey,
	string typeName,
	Version version,
	string owner,
	string serverName,
	WorkflowStatus status,
	DateTime pendingTimerExpiration
)

Parameters

workflowKey  String
The workflow id.
typeName  String
The workflow name.
version  Version
The workflow version.
owner  String
The workflow instance owner.
serverName  String
The host name.
status  WorkflowStatus
The workflow status.
pendingTimerExpiration  DateTime
The next due date.
See Also