Get all process parameters.
Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_19.1.6.0 (in Scanjour.Workflow4.ActivityLibrary_19.1.6.0.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax
public static ICollection<WzpProcessParameter> GetProcessParameter( ActivityContext context, string processId )
Parameters
- context
- Type: System.ActivitiesActivityContext
The activity context. - processId
- Type: SystemString
The process id.
Return Value
Type: ICollectionWzpProcessParameterThe process parameter.
See Also