Hi,
I have created a workflow, when the workflow starts i am seeting the variable Status as IN PROCESS and then flow will go into userTask it displays the Value for status as IN PROCESS(i am using activiti provided UI). once the user complete the task by clicking the complete button, the flow will go into script task where i set the status as COMPLETED and then workflow ends.
When i see this task in the completed tab of the activiti, the form(UI) still showing the value as IN PROCESS instead of COMPLETED. However in the DB the value is stored for status as COMPLETED.Is there a way that i can display the status as COMPLETED in the activiti UI once the complete button clicked.
Kindly suggest your thoughts
Thanks
Arun K