elsa-workflows / elsa-workflows/elsa-core
Allow application host to configure which workflow storage providers are enabled
Open
enhancement
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
Currently the `AddWorkflowsCore` method adds the following workflow storage providers:
- TransientWorkflowStorageProvider
- WorkflowInstanceWorkflowStorageProvider
- BlobStorageWorkflowStorageProvider
The user should be able to override this from application startup.
Perhaps we can follow the same pattern here as is done with configuring what DB persistence providers Elsa should use.
Contributor guide
Assessment
This issue has not been assessed yet.