Skip to main content
September 16, 2022
Question

Hi all, I have created process model , I am getting error in data type.

  • September 16, 2022
  • 3 replies
  • 0 views

An error occurred while trying to write to the entity "additem" [id=b2bc2c89-9d9f-48b1-a185-2f76c6ce5745@4003, type=SA_add_item (id=3992)] (data store: SA_datastore). Details: java.lang.IllegalArgumentException: The record to be saved must not be null: TypedValue[it=3992,v=<null>] Data: TypedValue[it=3992,v=<null>]

 please help me resolve this error. 

    3 replies

    mikes0011
    Brainy
    September 16, 2022

    The error message tells you what you need to know so far: whatever you're trying to write using your WTDS node is apparently empty.  If you can post a screenshot of your process instance data, that would help us provide further insight, because at the moment there isn't much for us to go on.

    The Expression Guru
    mohank0008
    September 20, 2022

    Share the process instance data,

          You can find the that by clicking on the process details in toolbar of particular process instance.

    September 20, 2022

    Have you mapped the process variables this is generated when you do not pass the data to the write to data store if you are using an interface add the variable as output.