Common useful methods to use when working with workflows.
Inheritance Hierarchy
Scanjour.Workflow4.BaseCommonWorkflowFunctions
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax
The CommonWorkflowFunctions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetFormGuid |
Gets the form guid.
|
![]() ![]() | GetProcessId(ActivityContext) |
Retrieves the current process identifier from the activity context.
|
![]() ![]() | GetProcessId(Uri, Guid) |
Gets the process identifier.
|
![]() ![]() | GetSetting(ODataService, String, String) | Obsolete.
Get the specified setting from the WZP_SETTINGS table. The method assumes that the setting exists; otherwise an exception is
thrown.
|
![]() ![]() | GetSetting(ODataService, String, String, String) | Obsolete.
Get the specified setting from the WZP_SETTINGS table. If no such setting was found, then the specified default value is
returned.
|
![]() ![]() | GetWorkflowIdentity |
Gets the workflow identifier.
|
![]() ![]() | GetWorkflowInitFormGuid |
Gets the workflow init form guid.
|
See Also