I need to flag task when returned to the previous task
TASK01------------------>TASK02------------------------->TASK01 (This Task is returned task from task02)
And after coming to the same task it should be flagged
TASK01------------------>TASK02------------------------->TASK01------------------>TASK02 (This Task is resubitted)
You can model it in the BPMN, it is possible to loop back to a previous task.
Ciju
Dear Joseph
how it works on activiti. do we need to modify the engine. basically in the user task pad i want to highlight the task as "RETURN" or "RESUBMIT", so that the user can immediately action
If you are using the form features in Activiti 6, I believe there is an option for you to configure outcomes which is basically buttons on a task form. If you are not using forms, you will need to manage those using process variables. While completing a task using Return/Resubmit button, you can then set the process variable accordingly and in the BPMN model you can use an exclusive gateway to conditionally route to the appropriate task
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
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.