You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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).
@@ -17,5 +17,30 @@ Simple Workflow framework in .Net
17
17
### Example Workflow
18
18

19
19
20
-
### Implementation
21
-
- Please visit [wiki](https://github.com/CodeShayk/Abacus/wiki) pages for details.
20
+
## Getting Started
21
+
### Installation
22
+
nuget add package SourceFlow.Net
23
+
> - dotnet add package abacus
24
+
> - dotnet add package abacus.SqlServer (to be released)
25
+
> - or your preferred storage
26
+
27
+
### Developer Guide
28
+
This comprehensive guide provides detailed information about the SourceFlow.Net framework, covering everything from basic concepts to advanced implementation patterns and troubleshooting guidelines.
29
+
30
+
Please click on [Developer Guide](https://github.com/CodeShayk/abacus/wiki) for complete details.
31
+
## Support
32
+
If you are having problems, please let me know by [raising a new issue](https://github.com/CodeShayk/abacus/issues/new/choose).
33
+
34
+
## License
35
+
This project is licensed with the [MIT license](LICENSE).
36
+
37
+
## Contributing
38
+
We welcome contributions! Please see our Contributing Guide for details.
39
+
- 🐛 Bug Reports - Create an [issue](https://github.com/CodeShayk/abacus/issues/new/choose)
40
+
- 💡 Feature Requests - Start a discussion
41
+
- 📝 Documentation - Help improve our [docs](https://github.com/CodeShayk/abacus/wiki)
42
+
- 💻 Code - Submit pull requests
43
+
44
+
## Credits
45
+
Thank you for reading. Please fork, explore, contribute and report. Happy Coding !! :)
0 commit comments