Skip to main content
sarathkumr268295
July 7, 2023
Question

Error in process model

  • July 7, 2023
  • 9 replies
  • 0 views

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?? 

9 replies

stefanhelzle0001
Brainy
July 7, 2023

Can you share the configuration of that node. And also any other details that helps us to understand the stuation

sarathkumr268295
July 7, 2023

No changes were made to the main process model and we are not referring the record type anywhere in both process models. We are just using the CDT. So we are little confused on what might be the reason

July 7, 2023

There will be break in Node, as Stefan said if you can share node configuration it would help us to understand the issue

July 7, 2023

Can you please share Error Snaps..Check in Process instance Properties Error tab.you will find what is the Error

sarathkumr268295
July 7, 2023

In process instance properties error tab, Invalid 190dbe45-bafb-4e8c-92bb-e7ba7605bb0e: Cannot validate type, incorrect number of elements - the same error is being popped up. So not sure what is the actual reason

csteward
July 7, 2023

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.