Get process parameter.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_22.1.0.0 (in Scanjour.Workflow4.ActivityLibrary_22.1.0.0.dll) Version: 22.1.0.0 (22.1.0.0)
Syntax
public static WzpProcessParameter GetFullProcessParameter( 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: WzpProcessParameterThe process parameter.
See Also