Skip to content

Commit

Permalink
Update README and Sample16/Startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmskywalker committed Oct 28, 2019
1 parent e162391 commit ff1b203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Version 2.0
- [ ] Workflow Host REST API
- [ ] Workflow Host gRPC API
- [ ] Workflow Server
- [ ] Activity Harvesting
- [ ] Distributed Hosting Support (support for multi-node environments)
- [ ] Localization Support
- [ ] More activities
Expand Down
1 change: 0 additions & 1 deletion src/samples/Sample16/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public void ConfigureServices(IServiceCollection services)
services
// Add workflow services.
.AddElsa(x => x.AddMongoDbStores(Configuration, "Sample16", "MongoDb"))
.AddTaskExecutingServer()

// Add activities we'd like to use.
.AddHttpActivities(options => options.Bind(elsaSection.GetSection("Http")))
Expand Down

0 comments on commit ff1b203

Please sign in to comment.