Gets the number of instances by status.
Namespace:
FlowWright.cDevDeAPI
Assembly:
cDevDeAPI (in cDevDeAPI.dll)
public DataTable getNumberOfInstancesByStatus(
string sUser,
bool bIncludeSubWorkflow
)
Public Function getNumberOfInstancesByStatus ( _
sUser As String, _
bIncludeSubWorkflow As Boolean _
) As DataTable
public:
DataTable^ getNumberOfInstancesByStatus(
String^ sUser,
bool^ bIncludeSubWorkflow
)
Parameters
- sUser
- Type: String
The s user.
- bIncludeSubWorkflow
- Type: Boolean
if set to true [b include sub workflow].
Return Value
System.Int64.