Save and Discard

Save database changes

When the save database changes node is reached, all changes to all database lists that have not yet been saved, are saved.

This node has only 1 property, the Name. The value is set by WEM and cannot be changed by the user. The value is Save all database list changes.

The save node has the following exits:

  • Changes saved Changes are successfully save to the database

  • Error To handle errors with a user friendly warning and continue if appropriate (note that when you do NOT connect the error exit, any error will be displayed with technically useful information during testing - and when you DO connect the error exit, you bypass the error information and are able to let the user-flow continue - errors will still be available in devops logs for kubernetes)

Discard database changes

When the Discard database changes node is reached, all changes to all database lists that have not yet been saved, are discarded.

This node has only 1 property, the Name. The value is set by WEM and cannot be changed by the user. The value is Discard all database list changes

There is only 1 exit: Changes discarded.

Last updated

Was this helpful?