You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -32,13 +31,13 @@ ActiveWorkflow works alongside your existing technology stack to give you an eas
32
31
33
32
You can do all of the above by creating, scheduling, and monitoring workflows of agents, which are self-contained services (or microservices) written in any programming language you choose. ActiveWorkflow as a platform gives you a simple way for connecting your agents (services), extensive logging, state management, and a foundation to build a scalable and reliable system without vendor lock-in.
34
33
35
-
<p><strong>ActiveWorkflow is <u>not</u> a no-code platform</strong>, but does offer a fully featured UI so that both developers and other stakeholders can manage and monitor workflows.
34
+
ActiveWorkflow **is not a no-code platform**, but it does offer a fully featured UI so that both software engineers and other stakeholders can manage and monitor workflows.
@@ -48,15 +47,15 @@ See the [Getting Started documentation page](https://docs.activeworkflow.org/) f
48
47
If you are in a hurry and wish to take a sneak peek, you can try ActiveWorkflow in one of the following ways.
49
48
50
49
51
-
### Try with Docker
50
+
### Try it with Docker
52
51
53
52
```sh
54
53
docker run -p 3000:3000 --rm automaticmode/active_workflow
55
54
```
56
55
57
-
Once it starts you can login at [http://localhost:3000](http://localhost:3000) with `admin`/`password`.
56
+
Once it starts you can login at `http://localhost:3000` with `admin`/`password`.
58
57
59
-
### Try on Heroku
58
+
### Try it on Heroku
60
59
61
60
Another quick and easy way to check out ActiveWorkflow is by deploying it on
62
61
[Heroku](https://www.heroku.com/).
@@ -68,15 +67,14 @@ All you need to do is click the button bellow and fill in the environment variab
68
67
69
68
*Note: this configuration is not recommended for production, please see [Getting Started - Running on Heroku](https://docs.activeworkflow.org/#running-on-heroku) for more details.*
70
69
71
-
## System Overview
72
-
73
-
You can use ActiveWorkflow via its web interface or its [Client REST API](https://docs.activeworkflow.org/rest-api) as illustrated in the diagram below. In this example a1–a6 are six agents and w1–w3 are three workflows these agents are part of.
74
-
75
-
<imgsrc="media/AW_usage_diagram.svg"alt="ActiveWorkflow system overview diagram" />
76
-
77
70
## Documentation
78
71
79
-
You can find the full project documentation at [https://docs.activeworkflow.org](https://docs.activeworkflow.org/).
72
+
You can find the full project documentation at [docs.activeworkflow.org](https://docs.activeworkflow.org/).
0 commit comments