Error in process model

Certified Senior Developer

We are getting some error while calling a sub process from a main process with the following error:

Invalid 190dbe45-bafb-4e8c-92bb-e7ba7605bb0e: Cannot validate type, incorrect number of elements

The UUID is referring to the record type. 

Any idea on what might be the root cause for this?? 

  Discussion posts and replies are publicly visible

Parents Reply
  • Was the CDT or sub process updated recently?  Are you passing the CDT as an input to the sub process?

    I have seen strange error messages in the past in some instances, say where you are passing a CDT from the parent to the sub, you update the CDT and sub process while instances of the main parent are running.  At that time the sub is expecting a newer version of the CDT than the parent contains.  Not sure that is the case here but wanted to note.

Children