cancel
Showing results for 
Search instead for 
Did you mean: 

Update data for submitted Task

star_gms
Champ in-the-making
Champ in-the-making
Hi all,

I have a submitted task using formService.submitTaskFormData(…), and this task will be converted (or transfered) to HistoricTaskInstance. Now I want to edit the form properties in this task, I can't (or do not want) to resubmit the form using formService.submitTaskFormData(…) again, so please help me to solve this problem.

Thansk and best regards.
2 REPLIES 2

trademak
Star Contributor
Star Contributor
Hi,

When you have completed a task you can't change the form properties values anymore.
But what you could do is map the task properties to process variables, and you can of course change a process variable value.

Best regards,

star_gms
Champ in-the-making
Champ in-the-making
Noted it

Thanks for your reply^^

Best regards,