Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mywalrusapp/wallflow
A tiny, blazing fast workflow automation service for programmatically authoring, scheduling and monitoring workflows.
https://github.com/mywalrusapp/wallflow
Last synced: 11 days ago
JSON representation
A tiny, blazing fast workflow automation service for programmatically authoring, scheduling and monitoring workflows.
- Host: GitHub
- URL: https://github.com/mywalrusapp/wallflow
- Owner: mywalrusapp
- Created: 2021-11-26T18:20:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T05:46:38.000Z (almost 3 years ago)
- Last Synced: 2024-04-24T12:03:54.625Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-blazingly-fast - wallflow - A tiny, blazing fast workflow automation service for programmatically authoring, scheduling and monitoring workflows. (TypeScript)
README
![WallFlow Logo](./docs/images/wallflow.png)
# WallFlow
A tiny, blazing fast workflow automation service for programmatically authoring, scheduling and monitoring workflows.
Powered by [BullMQ](https://github.com/taskforcesh/bullmq)
## How it works?
![WallFlow Diagram](./docs/images/wallflow-diagram.drawio.png)
## Supported Plugins
- [Scheduler](./docs/plugins/Scheduler.md) - Trigger repeatable workflow using an interval or set schedule
- [SendGrid](./docs/plugins/SendGrid.md) - Send emails via [SendGrid](https://sendgrid.com)
- [Slack](./docs/plugins/Slack.md) - Triggers workflows using Slack events or to send slack messages.
- [WebHook](./docs/plugins/WebHook.md) - Trigger workflows using webhooks
- [HttpRequest](./docs/plugins/HttpRequest.md) - Trigger workflows using webhooks