"Error when parsing process details or variables" at start process node

Certified Senior Developer

Hi All,

I have a PM wherein im calling few processes- async and sync.

The structure is -> Start node-> script task-> sync subprocess -> gateway-> sync subprocess -> start process->  start process-> scrip task and so on..

Every day few instances get error on the first start process(i made it bold ) with the following error

Error when parsing process details or variables

Also when we restart the node, the process runs without error.

We have trd if the variable that we send is not in proper format . We are passing only one cdt pv to this start process.

I am not understanding why the error would come, is it coz of the engines beign busy? but why alwasy on the same node?

If anyone could make this all sence or give a solution, it will be time saving for us.

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Dhananjay Kumar

    Hello Dhananjay,

    Thanks for reply.

    I cant see any other node error. Only this one start process fails. 

    And when we start it manually, it runs smoothly without error. So im not sure its a node error but runtime some error it throws but im unable to understand how to rectify it. 

    The start process is a simple one, takes one variable (CDT)(multiple) input, and updates a table with that data. 

    start process gets called. 

    i was thinking if this is coz there are two sync processes that gets called before this lets call it "error start process node". 

    or is it some pther error. 

Children