mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Started efactoring InviatationServiceImpl so that it uses Activit workflow engine.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29990 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -315,7 +315,7 @@ public class Invite extends DeclarativeWebScript
|
||||
try
|
||||
{
|
||||
// complete the wf:invitePendingTask along the 'cancel' transition because the invitation has been cancelled
|
||||
InviteHelper.completeInviteTask(inviteId, WorkflowModelNominatedInvitation.WF_INVITE_TASK_INVITE_PENDING,
|
||||
InviteHelper.completeInviteTask(inviteId, WorkflowModelNominatedInvitation.WF_TASK_INVITE_PENDING,
|
||||
WorkflowModelNominatedInvitation.WF_TRANSITION_CANCEL, this.workflowService);
|
||||
}
|
||||
catch(InvitationExceptionForbidden fe)
|
||||
|
Reference in New Issue
Block a user