Click or drag to resize

MainResetActivityAssignee Method

Reassign an activity (instance) to the initial assignee. Should be used on a transition event.
Codemethod usage
Designed to be used in a process only (Yes/No)Yes
Action Object (data object type)Activity

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool ResetActivityAssignee(
	CodeMethodInvokeContext context
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.

Return Value

Type: Boolean
See Also