danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.23k stars 1.17k forks source link

WorkflowCore.Abstractions ? #401

Open glucaci opened 4 years ago

glucaci commented 4 years ago

Can we create an Abstraction package?

It will be useful to have the Host and the Workflows in separate projects. Than in Workflows project can reference only the Abstractions package.

danielgerlag commented 4 years ago

I don't have any plans for that since, Workflow Core is the only implementation of these interfaces.

glucaci commented 4 years ago

Yep, I saw... I tough more on separating the workflow definitions dependencies from the workflow executor somehow.

danielgerlag commented 4 years ago

That is a very good point