Skip to content

Commit b25953f

Browse files
ipweblabVidas P
authored andcommitted
Update screenshots
* Update README and application screenshots * Minor modifications
1 parent b741304 commit b25953f

15 files changed

+17
-104
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="https://www.automaticmode.com"><img src="media/AML-logo.svg" width="125" height="125" align="right" /></a>
1+
<a href="https://www.activeworkflow.org"><img src="media/ActiveWorkflow-logo.svg" width="128" height="128" align="right" /></a>
22

33
# ActiveWorkflow
44

@@ -8,7 +8,7 @@
88

99

1010
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.
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.
1212

1313

1414
<img src="media/workflows_screenshot.png"
@@ -29,11 +29,11 @@ All you need to do is click the button bellow and fill in the environment variab
2929

3030
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/automaticmode/active_workflow&env[SINGLE_DYNO]=1)
3131

32-
!Note!: The button above deploys ActiveWorkflow on a single dyno so it could be run using Free Heroku plan. This configuration is not recommended for production. See [Getting Started](https://github.com/automaticmode/active_workflow/wiki/Getting-Started#Running-On-Heroku) for more details.
32+
**!Note!**: The button above deploys ActiveWorkflow on a single dyno so it could be run using 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.
3333

3434
## Usage
3535

36-
Once you have ActiveWorkflow up and running you will want to configure some agents and most probably to arrange them in one or more workflows. 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, where a1-a6 are six agents and w1-w3 are three workflows these agents participate in.
36+
Once you have ActiveWorkflow up and running you will want to configure some agents and most probably to arrange them in one or more workflows. 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, where a1a6 are six agents and w1w3 are three workflows these agents participate in.
3737

3838
<img src="media/AW_usage_diagram.svg" alt="ActiveWorkflow system overview diagram" />
3939

@@ -42,8 +42,8 @@ Once you have ActiveWorkflow up and running you will want to configure some agen
4242
There are currently three ways to create agents, listed below in order of ease:
4343

4444
1. You can create a new instance of a built-in agent and configure it via the web interface following the agent's configuration options and inline documentation. With [30+ built-in agents](https://github.com/automaticmode/active_workflow/wiki/List-of-Built-In-Agents) you have the ability to address many common business workflows.
45-
2. If the functionality you wish to achieve isn't directly possible with any of the built-in agents then you can use the (built-in) JavaScript agent which let's you write custom JavaScript code that can send and receive messages.
46-
3. Finally, if none of the above offers you the flexibility or the functionality you wish to achieve you can code and plug-in your own ActiveWorkflow agent. See [How to Create Your Own Custom Agents (with the Remote Agent API)](https://github.com/automaticmode/active_workflow/wiki/Remote-Agent-API) to learn how to do this.
45+
2. If the functionality you wish to achieve isn't directly possible with any of the built-in agents then you can use the (built-in) JavaScript agent which lets you write custom JavaScript code that can send and receive messages.
46+
3. Finally, if none of the above offers you the flexibility or the functionality you wish to achieve, you can code and plug-in your own ActiveWorkflow agent. See [How to Create Your Own Custom Agents (with the Remote Agent API)](https://github.com/automaticmode/active_workflow/wiki/Remote-Agent-API) to learn how to do this.
4747

4848
## Documentation
4949

app/assets/stylesheets/_typography.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
body {
3-
font-size: 1rem;
43
font-weight: 400;
54
}
65

app/assets/stylesheets/navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
top: -1px;
1515

1616
&:hover {
17-
filter: brightness(0) saturate(100%) invert(75%) sepia(53%) saturate(6234%) hue-rotate(93deg) brightness(110%) contrast(111%);
17+
filter: brightness(0) saturate(100%) invert(77%) sepia(5%) saturate(173%) hue-rotate(169deg) brightness(93%) contrast(85%);
1818
}
1919
}
2020
}

app/models/agents/basecamp_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class BasecampAgent < Agent
88
cannot_receive_messages!
99

1010
description <<-MD
11-
The Basecamp Agent checks a Basecamp project for new Messages
11+
The Basecamp Agent checks a Basecamp project for new messages
1212
1313
To be able to use this agent you need to authenticate with 37signals in the [Services](/services) section first.
1414
MD

media/AML-logo.svg

Lines changed: 0 additions & 40 deletions
This file was deleted.

media/ActiveWorkflow-logo.svg

Lines changed: 5 additions & 0 deletions
Loading
Lines changed: 4 additions & 55 deletions
Loading
90 KB
Loading
166 KB
Loading

media/agent_edit_screenshot.png

77.9 KB
Loading

0 commit comments

Comments
 (0)