ActivityFunctionsGetProcessParameter Method
Get process parameter value.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
public static string GetProcessParameter(
ActivityContext context,
string processId,
string parameterName
)
Public Shared Function GetProcessParameter (
context As ActivityContext,
processId As String,
parameterName As String
) As String
public:
static String^ GetProcessParameter(
ActivityContext^ context,
String^ processId,
String^ parameterName
)
static member GetProcessParameter :
context : ActivityContext *
processId : string *
parameterName : string -> string
- context ActivityContext
- The activity context.
- processId String
- The process id.
- parameterName String
- The parameter name.
StringThe process parameter.