Skip to content

np-albus/WFLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WFLite

WFLite is a lightweight workflow library.

Why workflow?

As the scale of the program grows larger, the overall flow of the program becomes more difficult to understand. Parallel processing and asynchronous processing also reduce readability. The workflow can improve readability and reusability by separating the overall flow and processing details and by hiding concurrency and asynchronicity behind.

Description

WFLite can construct a workflow with just four elements. They are Variable, Converter, Condition and Activity.

Examples

License

MIT

Author

aratomo-arazon

About

WFLite is a lightweight workflow library.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%