ActivityFunctionsGetLastTaskIdForProcess(ODataService, String) Method
Returns the last taskId for a process.
Namespace: Scanjour.Workflow4.ActivityLibraryAssembly: Scanjour.Workflow4.ActivityLibrary_24.4.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
public static string GetLastTaskIdForProcess(
ODataService oDataContext,
string instanceId
)
Public Shared Function GetLastTaskIdForProcess (
oDataContext As ODataService,
instanceId As String
) As String
public:
static String^ GetLastTaskIdForProcess(
ODataService^ oDataContext,
String^ instanceId
)
static member GetLastTaskIdForProcess :
oDataContext : ODataService *
instanceId : string -> string
- oDataContext ODataService
- The OdataContext context.
- instanceId String
- The instance id.
StringTaskId for latest user task on workflow where IsNotification = 'N' or empty string if no such found.