IWorkflowService Interface

Scanjour Workflow4 Reference Manual
This class represents the webservice interface.

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

public interface IWorkflowService

The IWorkflowService type exposes the following members.

Methods

  NameDescription
Public methodCreateWorkflow
Create a workflow based on the given data.
Public methodGetWorkflowStatus
Get the current status of a workflow instance.
Public methodRestartWorkflow
Restart a workflow based on the given instance ID.
Public methodResumeBookmark
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.
Public methodResumeBookmarkOnBehalfOf
Initiates an operation to resume the specified bookmark on behalf of a specified user, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
Public methodStartWorkflow
Start a workflow based on the given instance ID.
Public methodTakeOwnership
Change workflow and open user tasks owner to current user
Top
See Also

Reference