| ProcessControllerGetProcessActivityIds Method (Int32, ActivityStateFlags) |
Returns the ids of the activities that are part of a process or process template.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic IntegerList GetProcessActivityIds(
int processId,
ActivityStateFlags stateFlags = ActivityStateFlags.All
)
Parameters
- processId
- Type: SystemInt32
Id of a process or process template.
- stateFlags (Optional)
- Type: Omada.OE.ModelActivityStateFlags
Return Value
Type:
IntegerList
See Also