Configuring coordinated message flows

If you want the actions of a message flow to be coordinated (that is, it must complete all processing successfully, or complete none), ensure your configuration supports this.

Review the following tasks, and complete the actions that are appropriate for your requirements:

The Error Handler sample demonstrates the use of globally-coordinated transactions, and the differences in the message flow when database updates are coordinated (the main flow) and when they are not (the error flow).

Related concepts
Message flows overview
Related tasks
Designing a message flow
Creating a message flow
Defining message flow content
Related reference
Coordinated message flows
Built-in nodes