MainCompleteActivityAsCurrentAssignee Method |
The method completes the activity as the current assignee:
if the activity is assigned to a group, a member within the group is assigned to the activity.
The activity is completed even if the assignee rejects the activity.
Important Note: This codemethod does not allow you to approve activities within the same process!
Codemethod usage | |
---|---|
Designed to be used in a process only (Yes/No) | Yes |
Action Object (data object type) | Activity |
Namespace: Omada.OE.UtilityCodeAssembly
public void CompleteActivityAsCurrentAssignee( CodeMethodInvokeContext context, string transitionTemplateUIdStr, string voteComment )