Click or drag to resize

ProcessAddNewActivity Method

Creates a new activity and adds it to the process.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Activity AddNewActivity(
	DataObjectType activityType = null
)

Parameters

activityType (Optional)
Type: Omada.OE.ModelDataObjectType

Return Value

Type: Activity
See Also