ActivityFunctionsGetProcessParameter Method |
Get process parameter value.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: 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)
Syntaxpublic 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
Parameters
- context ActivityContext
- The activity context.
- processId String
- The process id.
- parameterName String
- The parameter name.
Return Value
StringThe process parameter.
See Also