UserTaskRepositoryGetSmartTaskInstanceIdentity Method |
Gets the Guid for the workflow instance the user task belongs to.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Guid GetSmartTaskInstanceIdentity(
Uri oDataUri,
string taskId
)
Public Function GetSmartTaskInstanceIdentity (
oDataUri As Uri,
taskId As String
) As Guid
public:
Guid GetSmartTaskInstanceIdentity(
Uri^ oDataUri,
String^ taskId
)
member GetSmartTaskInstanceIdentity :
oDataUri : Uri *
taskId : string -> Guid
Parameters
- oDataUri Uri
- The Odata Uri.
- taskId String
- The user task id.
Return Value
GuidThe workflow instance Guid.
See Also