Click or drag to resize
LongRunningProcessConfig Constructor (String, IInstanceIdentity)
Build the configuration settings

Namespace: FlexRule.Flows.Workflows
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public LongRunningProcessConfig(
	string connectionString,
	IInstanceIdentity workflow
)

Parameters

connectionString
Type: SystemString
Connection string to database
workflow
Type: FlexRule.Flows.Workflows.ManagersIInstanceIdentity
Identity of workflow, null if there is not any
See Also