Skip to content

Commit

Permalink
md test
Browse files Browse the repository at this point in the history
  • Loading branch information
olahallvall committed Apr 24, 2024
1 parent 16974f5 commit 6c8f417
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FlowDance.Test.Legacy/CompensationScopeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public void RootCompensationScope()

using (CompensationScope compScope = new CompensationScope("http://localhost/HotelService/Compensation", guid, _factory))
{
//

compScope.Complete();
}
}
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ In the image below, we have replaced `System.Transactions.TransactionScope` with
![Synchronous choreography-based call chains supported by FlowDance](Docs/synchronous-choreography-based-call-chains-with-span.png)


```csharp
for (int i = 0 ; i < 10; i++)
{
// Code to execute.
}
```

**Components of FlowDance**:
- **Client Library**: The prima ballerina, guiding services in their graceful movements.
- **Back-End Service**: A symphony of RabbitMQ and Microsoft Azure Durable Functions.
Expand Down

0 comments on commit 6c8f417

Please sign in to comment.