ActivityFunctionsGetProcessParameter Method

Get process parameter value.

Definition

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
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