| ProcessControllerResolveActivityAssigneeExpressionAndReassign Method |
Resolves the assignee expression stated on the provided activity and reassigns the activity to the resulting users and groups.
This method is used as an api in customer implementations.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic ProcessControllerResolveAndReassignResultData ResolveActivityAssigneeExpressionAndReassign(
int activityId,
string expressionProperty
)
Parameters
- activityId
- Type: SystemInt32
Id of an active activity.
- expressionProperty
- Type: SystemString
System name of a text property on the Activity DOT that holds an assignee reference path.
Return Value
Type:
ProcessControllerResolveAndReassignResultData
See Also