Transactions

This topic applies to Windows Workflow Foundation 4 (WF4).

This section contains samples that demonstrate scenarios that use workflow transactions in Windows Workflow Foundation (WF).

In This Section

  • Transaction Convoy Scope
    Demonstrates how to create a Parallel Convoy messaging activity pattern in conjunction with a TransactedReceiveScope to model a protocol where a number of operations can happen in any order all under the same transaction.
  • Suppress Transaction Scope
    Demonstrates how to author a custom SuppressTransactionScope activity to suppress the ambient runtime transaction, if present.
  • Transacted Queues
    Demonstrates how to integrate queues and transactions in WF to create reliable and scalable services.

Build Date: 2012-03-02