Hi all,
Is alfresco having facility to “Recall” the task from one user to other user depending on permissions??.
Example:
suppose consider review and approve task for example.
once reviewer has taken action on review task and send it to approve.In mean time within 5mints of sending task to approve reviewer thought still some action is pending on review side then he want to take the review task back from approve task.
No - any dynamic re-assignment needs to be implemented via custom logic, i.e. behaviours/policies or actions that react on such a change.
Through custom page where we can take task id for completed task of that user which he want to re-call.
Like this can we do??
The UI does not matter - custom page or custom action somewhere, it all comes down to you needing some sort of custom implementation to recall a task.
You can fork the task in to two tasks.So for an example in review and approve workflow, when reviewer is completing the task, fork it at that point.Start a parallel process.Assign one task to reviewer and one to desired person.In the reviewer task write the logic in a way so that you will be able to update the details for desired persons task as well.Or in another way inside this recall task, you can end the task of desired person and again assign the reviewer task to reviewer.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.