cancel
Showing results for 
Search instead for 
Did you mean: 

How to save data only and not sent to next step in process

future_makers
Champ in-the-making
Champ in-the-making
I Entered data from form and assigned current task to the same user had been logged  to system and when i go to his tasks i don't found it .there any work around or solution for this ?
3 REPLIES 3

trademak
Star Contributor
Star Contributor
Hi,

When you assign a task to the initiator of a process, this task should be available to the user who started the process.
Are you sure the start user is correct? Are you using the Java API or the Activiti Explorer.

Best regards,

future_makers
Champ in-the-making
Champ in-the-making
Dear Tijs ,
Thanks for your reply ,First of all I solved this issue i have no problem in assign user or group to task
problem i need to make two buttons in the form one for save only and still in the same user private tasks and another one to save and  send  to next user in the process . 


i did it by activitiService.getTaskService().setVariables(taskId, expectedValues);  and not use
formService.submitTaskFormData(tradingForm.getTaskId(), expectedValues);

because submitTaskFormData method will complete this task.

trademak
Star Contributor
Star Contributor
Hi,

Right, that's a good solution.

Best regards,