IWorkflowService.ResumeBookmark Method

Scanjour Workflow4 Reference Manual
Initiates an operation to resume the specified bookmark, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.

Namespace:  Scanjour.Workflow4.Web.Services
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.2.0.0 (23.2.0.0)
Syntax

BookmarkResumptionResult ResumeBookmark(
	Guid instanceId,
	string bookmarkName,
	Object value
)

Parameters

instanceId
Type: System.Guid
Workflow instance
bookmarkName
Type: System.String
The bookmark to resume
value
Type: System.Object
An object passed as a parameter to the method that is invoked when the bookmark resumes

Return Value

Type: BookmarkResumptionResult
The result of the bookmark resumption operation
See Also

Reference