DatabaseFunctionsGetProcessType Method |
Get the process type of the workflow instance.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetProcessType(
Uri oDataUri,
Guid instanceId,
string rowId = null
)
Public Shared Function GetProcessType (
oDataUri As Uri,
instanceId As Guid,
Optional rowId As String = Nothing
) As String
public:
static String^ GetProcessType(
Uri^ oDataUri,
Guid instanceId,
String^ rowId = nullptr
)
static member GetProcessType :
oDataUri : Uri *
instanceId : Guid *
?rowId : string
(* Defaults:
let _rowId = defaultArg rowId null
*)
-> string
Parameters
- oDataUri Uri
- The OData Uri
- instanceId Guid
- The instance id.
- rowId String (Optional)
- The instance row id
Return Value
StringThe process type or null if no process exists.
See Also