Service contract for process management
Namespace: Scanjour.Workflow4.Web.Services
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The IProcessService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AdvanceCaseActivityToNextPointInTime | |
![]() | ClearCache |
Clears the all cached objects
|
![]() | ExecuteCaseActivity |
Performs Execute on case activity.
|
![]() | ForceStopCaseActivityGraph |
Performs refresh on a particular case activity graph
|
![]() | GetAsset |
Gets the shared asset to be used in the process user interface.
|
![]() | GetAssetKeys |
Gets the keys of assets have been updated since specified date.
|
![]() | GetCacheStatistics |
Clears the all cached objects
|
![]() | GetCaseActivityForm |
Gets the case activity form.
|
![]() | GetCaseActivityInfo |
Gets the case Activity information.
|
![]() | GetDefinitionsForContext |
Gets the definitions for context.
|
![]() | GetDispatcherTypeParameters |
Retrieves all the defined parameters for a specific dispatcher type.
|
![]() | GetDispatcherTypes |
Retrieves all the defined dispatcher types.
|
![]() | GetFormForDefinition |
Gets the init form for process definition.
|
![]() | GetProcessEditForm |
Gets the process edit form.
|
![]() | GetProcessStartupInfo |
Gets information required for starting a process.
|
![]() | GetSmartTaskActions |
Gets the smart task actions.
|
![]() | GetSmartTaskAsPdf |
Gets the smart task as pdf.
|
![]() | GetSmartTaskAttachments |
Gets the smart task attachments.
|
![]() | GetSmartTaskForm |
Gets the smart task form.
|
![]() | GetSmartTaskInfo |
Gets the smart task information.
|
![]() | PerformActionOnSmartTask |
Performs the action on smart task.
|
![]() | RefreshCaseActivities | |
![]() | RefreshCaseActivityGraph |
Performs refresh on a particular case activity graph
|
![]() | StartProcess |
Start a process.
|
See Also