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
ActiveWorkflow works alongside your existing technology stack to give you an easy and structured way to:
28
28
29
-
-**Group business logic for periodic execution**; e.g., generate and distribute
30
-
a weekly report.
31
-
-**Poll resources**; e.g, check if a file has become available on S3.
32
-
-**Orchestrate event-driven functionality**; e.g., trigger a customised
33
-
email campaign in reaction to a pattern of user behaviour.
29
+
-**Group business logic for periodic execution**—for example, to generate and distribute a weekly PDF report.
30
+
-**Poll resources**—for example, to check if a file has become available on S3.
31
+
-**Orchestrate event-driven functionality**—for example, to trigger a customised email campaign in reaction to a pattern of user behaviour.
34
32
35
-
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 gives you a simple way to connect agents to form workflows, extensive logging, state management so that you don't have to worry about a database, and a foundation for scalability and reliability.
33
+
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.
36
34
37
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.
*Note: the button above deploys ActiveWorkflow on a single dyno so that it can use the free Heroku plan. This configuration is not recommended for production, please see [Getting Started](https://github.com/automaticmode/active_workflow/wiki/Getting-Started#Running-On-Heroku) for more details.*
69
+
*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.*
72
70
73
71
## System Overview
74
72
75
-
You can use ActiveWorkflow via its web interface or its [REST API](https://github.com/automaticmode/active_workflow/wiki/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.
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.
76
74
77
75
<imgsrc="media/AW_usage_diagram.svg"alt="ActiveWorkflow system overview diagram" />
78
76
79
77
## Documentation
80
78
81
-
You can find the full documentation at the [ActiveWorkflow Wiki](https://github.com/automaticmode/active_workflow/wiki).
79
+
You can find the full project documentation at [https://docs.activeworkflow.org](https://docs.activeworkflow.org/).
0 commit comments