Click or drag to resize

ActivityFunctionsGetLastTaskIdForProcess(ODataService, String) Method

Returns the last taskId for a process.

Namespace: Scanjour.Workflow4.ActivityLibrary
Assembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetLastTaskIdForProcess(
	ODataService oDataContext,
	string instanceId
)

Parameters

oDataContext  ODataService
The OdataContext context.
instanceId  String
The instance id.

Return Value

String
TaskId for latest user task on workflow where IsNotification = 'N' or empty string if no such found.
See Also