Username not displaying after accepting user input task

Certified Associate Developer

Hi All,

Firstly, sorry if this is duplicate question. I could not able find from discussion tab.

There is a scenario where we need to store UserName who accepts the task . So, the user who accepts the task needs to be captured after completion of task. The user who accepts the task (i.e tp!owner) needs to be stored in a db field. i have tried many times but in process variable i could see 'Null' value and not storing in DB column.

PFA. code snippet. kindly help me

one of the process model.

below script task i have configured like this and storing into CDT entity checkerid field.

after success process model run status.

before task assigned to user the process variable properties showing like this status is = Assigned and CheckerId= null values.

from below screen print i have accepted task and approved. now status got updated to Approved. 

the next flow is to update task owner property to CheckerId field. but noting showing here. but i could see my name is reflecting under process nodes properties 

could you please help where to change code to get updated username post accpet task.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to kishoren0004

    Now, what's the difference? Could it be that you just overwrite your data modifications as the UIT completes? Please share all the configurations for data inputs/outputs of that UIT.

    Keep in mind, that any output data operation at node completion time is performed in a non-deterministic order. Storing tp!owner to a individual field might be overwritten by the "save into" configuration on data inputs.

Children