Get the process type of the workflow instance.
Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string GetProcessType( Uri oDataUri, Guid instanceId, string rowId = null )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri - instanceId
- Type: SystemGuid
The instance id. - rowId (Optional)
- Type: SystemString
The instance row id
Return Value
Type: StringThe process type or null if no process exists.
See Also