Failed write to database.

Hi,

I just designed a simple process which has only three nodes. They are: Start node, Write to data store entity node, and a end  node.

When i click on submit, its says that action completed. But when checked the database the data is not inserted. When checked the process monitor its shows only two nodes(Not sure Why).

Please let me know what's happening in back end, and what might be the reason for showing only two nodes. 

My CDT looks like below

Id --- Primary key autoincremented

Name --- Using cons for list of names

Money --- entered by user in interface

Transaction_id --- entered by user in interface

from_bank. --- Using cons for list of Banks

Transaction_Date --- now() is used to update date.

Description: The interface has only Name, Money, Transaction_id, from_bank; a cancel and submit button when summitted the data need to written directly into the database.
(Which is  not happening)

Let me know where might be the error and first point to check.

Thanks in Advance

  Discussion posts and replies are publicly visible