09-26-2017 07:21 AM
Hi Team,
I am new to activiti. please tell me how to get the task object by using task id?
01-31-2019 06:02 AM
Hi,
You can get task object from task id by using workflow service java api as follows :
WorkflowTask task = workflowService().getTaskById(taskId);
Note : You have to register WorkflowService in bean.
Thanks,
01-31-2019 06:02 AM
Hi,
You can get task object from task id by using workflow service java api as follows :
WorkflowTask task = workflowService().getTaskById(taskId);
Note : You have to register WorkflowService in bean.
Thanks,
Explore our Alfresco products with the links below. Use labels to filter content by product module.