Click or drag to resize

WorkflowHostGetDefaultArguments Method

Gets the default arguments.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public IEnumerable<ActivityArgumentData> GetDefaultArguments(
	Uri oDataUri,
	string workflowId,
	bool checkAssemblies
)

Parameters

oDataUri  Uri
The Odata Uri.
workflowId  String
The workflow identifier.
checkAssemblies  Boolean
Check for new assemblies in wzp_assembly

Return Value

IEnumerableActivityArgumentData
Information about default workflow arguments.
See Also