Click or drag to resize

ProcessControllerCompleteFirstActivity Method

Completes the first activity in an active process instance. The activity must only have one outgoing transition.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void CompleteFirstActivity(
	int processId
)

Parameters

processId
Type: SystemInt32
Id of an active process instance where the first activity is active. The activity must only have one outgoing transition.
See Also