How to keep a tasks in Available Tasks until the field value is changed to Investigation Complete

1
0
-1

Hi,

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.

Can somebody help?

Thanks, Charu

2 answers

1
+1
-1

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.

Comments

Submitted by cvelu on Fri, 03/27/2015 - 10:52

Hi ,

This is a good solution,but I dont want the tak to pop up as next task of the process when the status is not Investigation complete.

I want a the task to be appear in mytasks until the status in investigation complete.

Submitted by yannick.lombardi on Mon, 03/30/2015 - 08:48

I don't think you can do this with the community version. Maybe it is possible with the subscription version.

1
0
-1

Hi, I have the same case...I don"t want the current task to be closed and that a new task to be created.
Do you have answers ?

Notifications