The constructor.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public WorkflowDefinition( string typeName, Version version, string xaml, string key, string packageId, string packageVersion, Dictionary<string, Dictionary<string, string>> actionLabels )
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.
See Also