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 Associate Developer
    in reply to Stefan Helzle

    Yes, i think it could be overwriting in Data input tab.

    here is the full process model configuration.

    Step 1: I have created one main process flow like below and calling "KT Approval Process" in End node as shown in below screen shot

    Approval process call configuration.

    Step 2: KT Approval Process flow and process variables.

    Step 3: UIT input tab 

    Step 4: UIT Output data tab

     

    Actually, before calling KT Approval Process model already data is getting into(pv-statusIpdate) from existing process model variable(pv- requestData) and same status field is getting updated after UIT task is performed.

Children