Skip to main content
January 4, 2024
Solved

Getting 'Unattended' status in process model

  • January 4, 2024
  • 8 replies
  • 0 views

Hi All,

i am facing below issue while start process in debugging mode. The process getting stuck at write data store entity node and i could see under process details tab 'Unattended'. can some one please explain what went wrong here? i do not see any error just process getting stuck at there and data not loading into DB.

Best answer by mathieud0001

On the input tab, the "value" parameter does not seem to be properly set.

8 replies

harshitb6843
January 4, 2024

Did you try checking the logs to see any possible error there? You can find them in the navigation view > System Logs

And also, did you check the table to see if the data is being written or not?

January 4, 2024

Yes, i checked. i could not be able to find any error regards to this.  

i checked in below log files

tomcat-stdOut.log.2024-01-04

tomcat-stdOut.log

harshitb6843
January 4, 2024

And was the data written in the DB?

mathieud0001
January 4, 2024

Can you show the input and output tabs of that Write to Input Data node?

January 4, 2024

Please find the below details of process.

Main Process flow-

Second process flow-

Write to Data store Node-

input tab-

output tab-

process properties tab-

mathieud0001
January 4, 2024

On the input tab, the "value" parameter does not seem to be properly set.