UserTaskRepositoryGetActionBookmarkName Method

Scanjour Workflow4 Reference Manual
Constructs the bookmark name for an action on a user task.

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 static string GetActionBookmarkName(
	string taskId,
	string action
)

Parameters

taskId
Type: SystemString
The user task id.
action
Type: SystemString
The action name.

Return Value

Type: String
The bookmark name.
See Also

Reference