Click or drag to resize

ActivityFunctionsGetLastTaskIdForProcess(ActivityContext, 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(
	ActivityContext context,
	string instanceId
)

Parameters

context  ActivityContext
The activity 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