https://github.com/codeshayk/abacus.net
Simple workflow framework in .Net
https://github.com/codeshayk/abacus.net
Last synced: 5 months ago
JSON representation
Simple workflow framework in .Net
- Host: GitHub
- URL: https://github.com/codeshayk/abacus.net
- Owner: CodeShayk
- License: mit
- Created: 2025-07-31T13:20:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-08-16T21:56:57.000Z (6 months ago)
- Last Synced: 2025-08-16T23:22:55.417Z (6 months ago)
- Language: C#
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Abacus.Net v1.0.0
[](https://badge.fury.io/nu/Abacus.Net)
[](https://github.com/codeshayk/Abacus.Net/blob/master/License.md)
[](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-Build.yml)
[](https://github.com/codeshayk/Abacus.Net/releases/latest)
[](https://github.com/codeshayk/Abacus.Net/actions/workflows/Master-CodeQL.yml)
[](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
Simple Workflow framework in .Net
> Allows creating workflow templates with tasks transitions, triggered by outcomes of constituent tasks and entity actions linked to workflow (such as create, update or delete of linked entity).
### Design

### Concept
- `Workflow Template` defines a sequence of tasks linked to an action on entity of interest.
- `Task` is an unit of work that needs to be completed and can have an outcome associated upon completion.
- `Workflow Instance` is actual execution of workflow template triggered by an event on the instance of associated entity. Instance persists the current state of the workflow for the entity instance.
- Sequences of Tasks could be configured as multiple `transitions` with triggers driving transitions at different levels of branching.
- Tasks could be `triggered` by an `outcome` of previous task on the transition and could have `delayed` or `immediate` processing of transition.
### Example Workflow

## Getting Started
### Installation
nuget add package SourceFlow.Net
- dotnet add package Abacus.Net
- dotnet add package Abacus.Net.SqlServer (to be released)
- or your preferred storage
### Developer Guide
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
Please click on [Developer Guide](https://github.com/CodeShayk/Abacus.Net/wiki) for complete details.
## Support
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose).
## License
This project is licensed with the [MIT license](LICENSE).
## Contributing
We welcome contributions! Please see our Contributing Guide for details.
- 🐛 Bug Reports - Create an [issue](https://github.com/CodeShayk/Abacus.Net/issues/new/choose)
- 💡 Feature Requests - Start a discussion
- 📝 Documentation - Help improve our [docs](https://github.com/CodeShayk/Abacus.Net/wiki)
- 💻 Code - Submit pull requests
## Credits
Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! :)