UserTaskRepositoryGetSmartTaskActions Method

Scanjour Workflow4 Reference Manual
Get the available actions for a user task.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public string[] GetSmartTaskActions(
	Uri oDataUri,
	string taskId
)

Parameters

oDataUri
Type: SystemUri
The Odata Uri.
taskId
Type: SystemString
The task id.

Return Value

Type: String
The available actions.
See Also

Reference