WorkflowHostGetDefaultArguments Method

Scanjour Workflow4 Reference Manual
Gets the default arguments.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public IEnumerable<ActivityArgumentData> GetDefaultArguments(
	Uri oDataUri,
	string workflowId,
	bool checkAssemblies
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
workflowId
Type: SystemString
The workflow identifier.
checkAssemblies
Type: SystemBoolean
Check for new assemblies in wzp_assembly

Return Value

Type: IEnumerableActivityArgumentData
Information about default workflow arguments.
See Also

Reference