Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

if any node get error in process model how we can rectify weather node is executed or not and how to skip that node if get error and it should continue the flow??

if any node get error in process model how we can rectify weather node is executed or not and how to skip that node if get error and it should continue the flow??

Please anyone send me with scenario 

  Discussion posts and replies are publicly visible

Parents
  • If a node fails then it is up to the Support Team to rectify the error. Presumably you wouldn't want to skip this node (it's writing data to the database, so if you skipped it you'd end up with a data/process integrity issue). One way to continue processing would be to encapsulate the node in a sub-process and put an exception  timer on the sub-process node, but you need to understand the consequences of continuing to process downstream after a failed step in your process.

Reply
  • If a node fails then it is up to the Support Team to rectify the error. Presumably you wouldn't want to skip this node (it's writing data to the database, so if you skipped it you'd end up with a data/process integrity issue). One way to continue processing would be to encapsulate the node in a sub-process and put an exception  timer on the sub-process node, but you need to understand the consequences of continuing to process downstream after a failed step in your process.

Children
No Data