DatabaseFunctionsGetClosedInstancesWithOpenUsertasks Method |
Gets the closed instances with open usertasks.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static List<WzpWorkflowInstance> GetClosedInstancesWithOpenUsertasks(
Uri oDataUri
)
Public Shared Function GetClosedInstancesWithOpenUsertasks (
oDataUri As Uri
) As List(Of WzpWorkflowInstance)
public:
static List<WzpWorkflowInstance^>^ GetClosedInstancesWithOpenUsertasks(
Uri^ oDataUri
)
static member GetClosedInstancesWithOpenUsertasks :
oDataUri : Uri -> List<WzpWorkflowInstance>
Parameters
- oDataUri Uri
- The oData URI.
Return Value
ListWzpWorkflowInstance[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.DatabaseFunctions.GetClosedInstancesWithOpenUsertasks(System.Uri)"]
See Also