elsa-core icon indicating copy to clipboard operation
elsa-core copied to clipboard

[DOC] Initial Documentation V3

Open sfmskywalker opened this issue 2 years ago • 2 comments

Topics

  • [x] API security
  • [x] Persistence
  • [x] Invoking workflows
  • [x] What is new in Elsa 3
  • [x] Feature overview
  • [ ] Activity behaviors
  • [x] Workflow variables
  • [x] Expressions
  • [ ] Workflow runtimes
  • [x] API endpoints
  • [ ] Composite Activities
  • [ ] Tasks & Jobs
  • [x] Triggers
  • [x] Bookmarks
  • [x] Activities
  • [x] Workflows
  • [x] Input and output
  • [x] Programmatic workflows vs designed workflows

Quickstarts

  • [x] ASP.NET application - workflow server
  • [x] ASP.NET application - dashboard
  • [x] ASP.NET application - workflow server + dashboard (aka "monolith")
  • [x] Console app

FAQ

  • [ ] Will a blocking activity block the entire workflow?
  • [ ] How does Elsa compare to other .NET based workflow solutions?

Guides

  • [ ] Timer-triggered workflows
  • [x] Writing custom activities
  • [ ] Activity type providers
  • [x] Integrating with external applications
  • [ ] Hosting in a cluster
  • [x] HTTP triggered workflows

sfmskywalker avatar Apr 14 '23 07:04 sfmskywalker

Does running a v3 cluster require the same backing technologies as a v2 cluster?

wfurney avatar Jun 09 '23 17:06 wfurney

For most components, yes. For example, Quartz.NET requires to be configured using a persistent store in order for it to start jobs only one one node, instead of all nodes. But, I still need to go through all the details, in detail 😄

sfmskywalker avatar Jun 10 '23 11:06 sfmskywalker