Click or drag to resize

ProcessControllerGetCurrentWorkItemCount Method (Int32, Boolean, Boolean)

Returnerer det totale antal ikke slettede workitems for en activity.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetCurrentWorkItemCount(
	int activityId,
	bool onlyNotRejected = false,
	bool onlyNotCompleted = false
)

Parameters

activityId
Type: SystemInt32
onlyNotRejected (Optional)
Type: SystemBoolean
onlyNotCompleted (Optional)
Type: SystemBoolean

Return Value

Type: Int32
See Also