public static class CommonWorkflowFunctions
Public NotInheritable Class CommonWorkflowFunctions
public ref class CommonWorkflowFunctions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type CommonWorkflowFunctions = class end
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) |
Get the specified setting from the WZP_SETTINGS table. The method assumes that the setting exists; otherwise an exception is
thrown.
Obsolete. |
GetSetting(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.
Obsolete. |
GetWorkflowIdentity | Gets the workflow identifier. |
GetWorkflowInitFormGuid | Gets the workflow init form guid. |