Click or drag to resize

UserTaskRepositoryGetSmartTaskInformation Method

Gets information about a user task.

Namespace: Scanjour.Workflow4.Web.Services.Repositories
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public SmartTaskInformation GetSmartTaskInformation(
	Uri oDataUri,
	string taskId,
	string culture = null
)

Parameters

oDataUri  Uri
The Odata Uri.
taskId  String
The user task id.
culture  String  (Optional)
Culture to get information in

Return Value

SmartTaskInformation
The information about the user task.
See Also