Process Model : Writer to Data Store Entity

Non-nullable input ACP(s) for unattended node(s) must not be null: DataStoreEntity

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi

    This error seems to be happening at the node while running the instance. The error that you posted previously was while saving the process model itself. Anyway, can you make sure that in the cdt you have added the annotaion @generatedValue against ID column. This will ensure that the primary key is automatically generated while inserting a row in the DB. If not, it will throw this error as it is not getting a value in a non nullable column.

Children