Gets the smart task form.
Namespace: Scanjour.Workflow4.Web.Services
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
Stream GetSmartTaskForm( string taskId, string assetRoot, string offlineData, string culture )
Parameters
- taskId
- Type: SystemString
The task identifier. - assetRoot
- Type: SystemString
The asset root. - offlineData
- Type: SystemString
The flag to include offline data. - culture
- Type: SystemString
The culture used when rendering the form.
Return Value
Type: StreamStream containing preprocessed smart task form.
See Also