ACT_RU_TASK DESCRIPTION_ Field cannot be inserted

cancel
Showing results for 
Search instead for 
Did you mean: 
Spider-Man
Member II

ACT_RU_TASK DESCRIPTION_ Field cannot be inserted

Start process successfullyStart process successfullyBut the field cannot be insertedBut the field cannot be insertedLog outputLog output

3 Replies
abbask01
Senior Member

Re: ACT_RU_TASK DESCRIPTION_ Field cannot be inserted

Are you trying to update task description on running process instance? 

task desciption is usually provided while modeling the process.

Regards,
Abbas
Spider-Man
Member II

Re: ACT_RU_TASK DESCRIPTION_ Field cannot be inserted

When I start the process, I insert the description of the newly created task instance, but sometimes it succeeds and sometimes fails. I would like to ask, I start the process, how to insert a description to a new task instance, I do not know how to implement.

abbask01
Senior Member

Re: ACT_RU_TASK DESCRIPTION_ Field cannot be inserted


@Spider-Man wrote:

When I start the process, I insert the description of the newly created task instance, but sometimes it succeeds and sometimes fails. I would like to ask, I start the process, how to insert a description to a new task instance, I do not know how to implement.


A task description is added for documentation purpose when you are modelling the process. more info here - https://www.activiti.org/userguide/#bpmnUserTaskDescription

You don't need to specify it while running your process, the documentation attribute will populate your task description.


 

Regards,
Abbas