SkillAgentSearch skills...

WFLite

WFLite is a lightweight workflow library.

Install / Use

/learn @aratomo-arazon/WFLite
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

WFLite

WFLite is a lightweight workflow library.

<img src="https://github.com/aratomo-arazon/WFLite/blob/master/images/logo.png" width=192 />

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 <i>Variable</i>, <i>Converter</i>, <i>Condition</i> and <i>Activity</i>.

Examples

License

MIT

Author

aratomo-arazon

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks2

Languages

C#

Security Score

75/100

Audited on Sep 15, 2022

No findings