Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
1 reply
Subscribers
6 subscribers
Views
758 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hello, I'm developing a new Process Model on an Appian 7.6 instal
thanosm
over 10 years ago
Hello,
I'm developing a new Process Model on an Appian 7.6 installation and i would like to know if it's possible to perform error handling on a Write To Data Store Entity node.
Because this process model is for data entry and has a short duration, all forms work in a chain. This chain breaks when there is an error in the execution of the Write To Data Store Entity and the user is never aware of what has happened. Our only indication of an error is an entry in the Designer's Alerts.
Is there a way to catch this error without breaking the chain so that a different flow can be followed and the user can be informed?
As a comparison note, the Database Connectivity node has a Pause On Error option so that it's possible for us to catch any JDBC errors.
Regards,
Thanos...
OriginalPostID-127863
OriginalPostID-127863
Discussion posts and replies are publicly visible
Parents
0
Aleksi White
Appian Employee
over 10 years ago
One possibility would be to use a timer event in the exceptions tab. You can make the assumption that if this node takes more than a certain number of minutes to complete, it has likely errored out. In that case you can skip that node and move on to a different path of logic.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Aleksi White
Appian Employee
over 10 years ago
One possibility would be to use a timer event in the exceptions tab. You can make the assumption that if this node takes more than a certain number of minutes to complete, it has likely errored out. In that case you can skip that node and move on to a different path of logic.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data