Click or drag to resize

ActivityFunctionsGetProcessParameter Method

Get process parameter value.

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 string GetProcessParameter(
	ActivityContext context,
	string processId,
	string parameterName
)

Parameters

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

Return Value

String
The process parameter.
See Also