01-11-2018 06:13 AM
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
01-12-2018 01:34 AM
Please anyone reply on this.
01-13-2018 09:10 AM
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)
Explore our Alfresco products with the links below. Use labels to filter content by product module.