Fix for inviteresponse web script - when an invitation is either accepted or rejected, the respective tasks in the invite workflow are now getting ended properly, thus ending the workflow

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@10105 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Glen Johnson
2008-07-29 15:50:42 +00:00
parent 87782d4124
commit 6079c6fdfb
4 changed files with 110 additions and 54 deletions

View File

@@ -58,12 +58,12 @@
<task-node name="inviteAccepted">
<task name="wf:acceptInviteTask" swimlane="assignee" />
<transition name="" to="end" />
<transition name="end" to="end" />
</task-node>
<task-node name="inviteRejected">
<task name="wf:rejectInviteTask" swimlane="assignee" />
<transition name="" to="end" />
<transition name="end" to="end" />
</task-node>
<end-state name="end" />