WorkflowDefinition 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 WorkflowDefinition(
	string typeName,
	Version version,
	string xaml,
	string key,
	string packageId,
	string packageVersion,
	Dictionary<string, Dictionary<string, string>> actionLabels,
	Dictionary<string, int> actionMasks
)

Parameters

typeName
Type: SystemString
The workflow name
version
Type: SystemVersion
The workflow version.
xaml
Type: SystemString
The Xaml or xml string.
key
Type: SystemString
The workflow id.
packageId
Type: SystemString
The package id.
packageVersion
Type: SystemString
The package version.
actionLabels
Type: System.Collections.GenericDictionaryString, DictionaryString, String
The workflow actions.
actionMasks
Type: System.Collections.GenericDictionaryString, Int32
The action masks.
See Also

Reference