ActivityFunctionsGetProcessParameter Method

Scanjour Workflow4 Reference Manual
Get process parameter value.

Namespace:  Scanjour.Workflow4.ActivityLibrary
Assembly:  Scanjour.Workflow4.ActivityLibrary_23.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetProcessParameter(
	ActivityContext context,
	string processId,
	string parameterName
)

Parameters

context
Type: System.ActivitiesActivityContext
The activity context.
processId
Type: SystemString
The process id.
parameterName
Type: SystemString
The parameter name.

Return Value

Type: String
The process parameter.
See Also

Reference