UserTaskRepositoryGetSmartTaskInstanceIdentity Method

Scanjour Workflow4 Reference Manual
Gets the Guid for the workflow instance the user task belongs to.

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 Guid GetSmartTaskInstanceIdentity(
	Uri oDataUri,
	string taskId
)

Parameters

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

Return Value

Type: Guid
The workflow instance Guid.
See Also

Reference