Hi,
I am using activiti in my spring web application. In act_hi_varinst table task_id_ saving as null. So, when i retrieve the data by task id it gives empty. why task_id saving as null in act_hi_varinst?
Please help me out this issue.
Thanks
Please anyone reply on this.
Because you set variable in global scope.
Variables have scope. Global, execution, task.
If you want to store variable in task local scope, you should specify task local scope.
Specifically, please use the following API.
TaskService (Activiti - Engine 6.0.0 API)
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.