Click or drag to resize

ActivityFunctionsGetFullProcessParameter Method

Get process parameter.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static WzpProcessParameter GetFullProcessParameter(
	ActivityContext context,
	string processId,
	string parameterName
)

Parameters

context  ActivityContext
The activity context.
processId  String
The process id.
parameterName  String
The parameter name.

Return Value

WzpProcessParameter
The process parameter.
See Also