CommonWorkflowFunctions Class

Scanjour Workflow4 Reference Manual
Common useful methods to use when working with workflows.
Inheritance Hierarchy

SystemObject
  Scanjour.Workflow4.BaseCommonWorkflowFunctions

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.0)
Syntax

public static class CommonWorkflowFunctions

The CommonWorkflowFunctions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetProcessId
Retrieves the current process identifier from the activity context.
Public methodStatic memberGetSetting(ODataService, String, String)
Get the specified setting from the WZP_SETTINGS table. The method assumes that the setting exists; otherwise an exception is thrown.
Public methodStatic memberGetSetting(ODataService, String, String, String)
Get the specified setting from the WZP_SETTINGS table. If no such setting was found, then the specified default value is returned.
Public methodStatic memberHasSetting
Determines if a setting is defined by the provided module and key.
Top
See Also

Reference