Info
| Version: | 5.4.0 | 
| Author(s): | KEYSTONE Framework | 
| Last Update: | Friday, April 9, 2021 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://www.keystoneframework.com/ | 
| NuGet Url: | https://www.nuget.org/packages/Keystone.Clockwork | 
Install
Install-Package Keystone.Clockwork
                        dotnet add package Keystone.Clockwork
                        paket add Keystone.Clockwork
                        
                                Keystone.Clockwork Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Keystone(>= 5.3.0)
 
                
Clockwork is a complete programming paradigm that lets you model and execute complex business processes via Gears that encapsulate specific business steps.
Then you assemble those Gears together to compose a myriad of business processes called Mechanisms. A Mechanism is by definition a Gear, so you can create new Mechanisms by mixing and matching Mechanisms and Gears in the vast Clockwork library or those you already have for your private use.
Clockwork include a large library of ready to use Gears to for example do declarative validations, make other Gears asynchronous, and even bind other KEYSTONE components to the Clockwork paradigm.
KEYSTONE is a modern, multi-paradigm, data-centric software development framework.
Visit http://www.keystoneframework.com for more details.