Find a file
2019-01-11 22:47:26 +01:00
doc Updated README 2019-01-02 01:10:45 +01:00
src Incremental work on track and trace 2019-01-11 22:47:26 +01:00
.editorconfig Basic functioning workflow engine 2018-10-12 20:53:06 +02:00
.gitignore WIP 2018-10-20 23:24:41 +02:00
_config.yml Set theme jekyll-theme-architect 2018-10-16 12:02:37 +02:00
CNAME Create CNAME 2018-10-16 12:03:35 +02:00
Elsa.sln Initial views and controllers displaying workflow instances 2019-01-06 16:52:04 +01:00
Elsa.sln.DotSettings Rename to Elsa 2018-12-31 10:59:35 +01:00
gulpfile.js Replaced AdminatorTheme with Bootstrap 4 basic theme 2018-12-22 20:17:33 +01:00
npm-install.js Added node script to install npm packages recursively 2019-01-01 21:03:35 +01:00
Nuget.Config WIP 2018-10-20 23:24:41 +02:00
package-lock.json Rename to Elsa 2018-12-31 10:59:35 +01:00
package.json Added "gulp" command 2019-01-01 21:16:02 +01:00
README.md Update README.md 2019-01-08 10:42:01 +01:00

Elsa Workflows

Elsa Workflows is a set of lean & mean workflowing components that you can use in your own .NET Core applications. It's heavily inspired by Orchard Core Workflows, Azure Logic Apps and Windows Workflow Foundation, but with some key differentiators.

ALPHA software: This project not yet ready for actual use, but you are welcome to have a quick peek. You can try out the web based designer today by following these steps:

  1. Clone the repository.
  2. Run NPM install on all folders containing packages.json (or run node npm-install.js - a script in the root that recursively installs the Node packages)
  3. Open a shell and navigate to src/samples/SampleDashboard.Web and run dotnet run.
  4. Navigate to https://localhost:44397/

When you click on the Workflows menu item in the dashboard, you'll see a Create Workflow button you can click to create your first workflow.

TODO:

  • Describe all the features (core engine, runtime, webbased designer, YAML, scripting, separation of designer from invoker from engine).
  • Describe various use cases.
  • Describe how to use.
  • Describe architecture.
  • Describe how to implement (custom host, custom dashboard).
  • Implement more activities (fork, join, script, HTTP request, loops, etc.)
  • Implement integration with Orchard Core (separate repo)
  • Detailed documentation

Web-based workflow designer