elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.05k stars 1.1k forks source link

[Question] Is it possible to use Elsa with separate diagramming tool? #353

Closed cryo75 closed 3 years ago

cryo75 commented 3 years ago

I'm looking in implementing workflow management into my app. My app consists of an ASP.Net WebApi2 server and a .Net 4.8 Winforms client.

Currently I do have a diagramming tool implemented, which simply allows me to add shapes and connections and store the info as xml. I would like to keep this tool. Now I need to extend this tool to support workflows.

So I came across Elsa and it looks very interesting. My idea would be to only use Elsa to execute tasks. I would need to map / translate my diagram to Elsa workflows. I will also handle all db persistence. Workflows will be executed client-side for now. Maybe server-side at a later stage.

Is something like this possible to do?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.