Click or drag to resize

WorkflowHostInitialize(String, String, String) 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
)

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
See Also