I have created a task in one process which is assigned to different actor.
When the Other Actor logs into Bonita that task is displayed in Mytasks.
In this task I have a field which is drop down with 3 values.
1)Recieved by Therapy Coordinator
2)Under Investigation
3)Investigation Complete
I want the task to remain in the available task or Mytasks if the first 2 values are selected from the drop down and the task show move to the done tasks only if “Investigation Complete” value is selected from the dop down.
Hi.
To do that you can create a Loop on your task.
Click on your task, go in the “General” tab, then choose the “Iteration” tab.
Check “is a standard loop”.
In the “Loop while” field, you can write a condition like this :
return (myField != “Investigation Complete”);
where “myField” is the name of the field which value is Recieved by Therapy Coordinator or Under Investigation or Investigation Complete.
Bonitasoft empowers development teams with Bonita, the open-source and extensible platform to solve the most demanding process automation use cases. The Bonita platform accelerates delivery of complex applications with clear separation between capabilities for visual programming and for coding. Bonita integrates with existing solutions, orchestrates heterogeneous systems, and provides deep visibility into processes across the organization.