|
1 | | -<a href="https://www.activeworkflow.org"><img src="media/ActiveWorkflow-logo.svg" width="128" height="128" align="right" /></a> |
| 1 | +<h3 align="center"> |
| 2 | + <br> |
| 3 | + <a href="https://www.activeworkflow.org"><img src="media/ActiveWorkflow-logo.svg" width="243" /></a> |
| 4 | +</h3> |
2 | 5 |
|
3 | | -# ActiveWorkflow |
| 6 | +<h3 align="center"> |
| 7 | + Automate your workflows with autonomous agents<br> in any programming language |
| 8 | +</h3> |
4 | 9 |
|
5 | | -[](https://circleci.com/gh/automaticmode/active_workflow) |
6 | | -[](https://codecov.io/gh/automaticmode/active_workflow) |
7 | | -[](LICENSE) |
| 10 | +<br> |
8 | 11 |
|
| 12 | +<p align="center"> |
| 13 | + <img alt="GitHub" src="https://img.shields.io/circleci/build/github/automaticmode/active_workflow?style=for-the-badge"> |
| 14 | + <img alt="GitHub" src="https://img.shields.io/codecov/c/github/automaticmode/active_workflow?style=for-the-badge"> |
| 15 | + <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/automaticmode/active_workflow?style=for-the-badge&color=287fe2"> |
| 16 | + <img alt="GitHub release (latest by date)" src="https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge&color=27aace"> |
| 17 | +</p> |
9 | 18 |
|
10 | | -ActiveWorkflow helps you to automate your business or product workflows with [software agents](https://en.wikipedia.org/wiki/Software_agent); autonomous |
11 | | -entities that act on schedule or react to external triggers. These unsupervised agents –which can be written in any programming language– connect to APIs, process information, perform routine tasks, and generally enable you to automate internal or external workflows. |
| 19 | +<h4 align="center"> |
| 20 | + <a href="#getting-started">Getting Started</a> • |
| 21 | + <a href="#usage">Usage</a> • |
| 22 | + <a href="#documentation">Documentation</a> |
| 23 | +</h4> |
12 | 24 |
|
13 | 25 |
|
| 26 | + |
| 27 | +## About |
| 28 | + |
| 29 | +ActiveWorkflow helps you to automate your workflows with [software agents](https://en.wikipedia.org/wiki/Software_agent), autonomous |
| 30 | +entities that act on schedule or react to external triggers. These unsupervised agents –which can be written in any programming language– enable you to automate internal or external business, app and product workflows. |
| 31 | + |
| 32 | +<h4 align="center">Connect to APIs • Process Data • Perform Routine Tasks • Send Notifications</h4> |
| 33 | + |
14 | 34 | <img src="media/workflows_screenshot.png" |
15 | 35 | srcset="media/workflows_screenshot@2x.png 2x" |
16 | 36 | alt="Main view"> |
17 | 37 |
|
18 | 38 | ## Getting Started |
19 | 39 |
|
20 | | -See the [Getting Started wiki page](https://github.com/automaticmode/active_workflow/wiki/Getting-Started) and follow the simple setup process. |
| 40 | +See the [Getting Started wiki page](https://github.com/automaticmode/active_workflow/wiki/Getting-Started) and follow the simple setup process. |
21 | 41 |
|
22 | | -## Try it on Heroku! |
| 42 | +## Try it on Heroku |
23 | 43 |
|
24 | 44 | A quick and easy way to check out ActiveWorkflow is by deploying it to |
25 | 45 | [Heroku](https://www.heroku.com/). |
|
0 commit comments