Click or drag to resize

ProcessControllerReactivateActivity Method

Reactivates a completed activity in a process instance. The method is intended specifically for the survey feature. It should be used with great caution for other purposes.

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

Parameters

activityId
Type: SystemInt32
Id of a completed activity in an active process instance.
See Also