Click or drag to resize

WorkflowHostInitialize(String, String, String, UInt32, UInt32, UInt32) Method

Initialize the workflow host specifying default credentials for SOM sessions created for timers. This includes setting up timers for pending timeouts in currently persisted workflows.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public void Initialize(
	string logOnUserName,
	string logOnPassword,
	string serverNamePostfix,
	uint maxTimerMilliseconds,
	uint watchInterval = 0,
	uint watchDelay = 0
)

Parameters

logOnUserName  String
The logon user name to be used when the WorkflowHost creates new SOM sessions
logOnPassword  String
The logon password to be used when the WorkflowHost creates new SOM sessions
serverNamePostfix  String
A name that will be used as postfix for the server name for the WorkflowHost
maxTimerMilliseconds  UInt32
The maximum delay allowed in milliseconds for resuming a workflow instance
watchInterval  UInt32  (Optional)
The interval between searches for lost workflow instances.
watchDelay  UInt32  (Optional)
The time period passed before a workflow instance is considered lost.
See Also