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:
N Smith
2011-08-23 13:24:42 +00:00
parent dd670b3b11
commit 34f28f0b04

View File

@@ -315,7 +315,7 @@ public class Invite extends DeclarativeWebScript
try try
{ {
// complete the wf:invitePendingTask along the 'cancel' transition because the invitation has been cancelled // 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); WorkflowModelNominatedInvitation.WF_TRANSITION_CANCEL, this.workflowService);
} }
catch(InvitationExceptionForbidden fe) catch(InvitationExceptionForbidden fe)