IProcessService Interface

Scanjour Workflow4 Reference Manual
Service contract for process management

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 IProcessService

The IProcessService type exposes the following members.

Methods

  NameDescription
Public methodAdvanceCaseActivityToNextPointInTime
Public methodClearCache
Clears the all cached objects If no type is supplied in the parameter it will trigger an appdomain.unload performed by the host when there are no running workflow instances
Public methodExecuteCaseActivity
Performs Execute on case activity.
Public methodForceStopCaseActivityGraph
Performs refresh on a particular case activity graph
Public methodGetAsset
Gets the shared asset to be used in the process user interface.
Public methodGetAssetKeys
Gets the keys of assets have been updated since specified date.
Public methodGetCacheStatistics
Clears the all cached objects
Public methodGetCaseActivityForm
Gets the case activity form.
Public methodGetCaseActivityInfo
Gets the case Activity information.
Public methodGetDefinitionsForContext
Gets the definitions for context.
Public methodGetDispatcherTypeParameters
Retrieves all the defined parameters for a specific dispatcher type.
Public methodGetDispatcherTypes
Retrieves all the defined dispatcher types.
Public methodGetFormForDefinition
Gets the init form for process definition.
Public methodGetProcessEditForm
Gets the process edit form.
Public methodGetProcessStartupInfo
Gets information required for starting a process.
Public methodGetSmartTaskActions
Gets the smart task actions.
Public methodGetSmartTaskAsPdf
Gets the smart task as pdf.
Public methodGetSmartTaskAttachments
Gets the smart task attachments.
Public methodGetSmartTaskForm
Gets the smart task form.
Public methodGetSmartTaskInfo
Gets the smart task information.
Public methodPerformActionOnSmartTask
Performs the action on smart task.
Public methodRefreshCaseActivities
Public methodRefreshCaseActivityGraph
Performs refresh on a particular case activity graph
Public methodStartProcess
Start a process.
Top
See Also

Reference