Skip to content

Commit

Permalink
fix a conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
remore committed Jul 13, 2018
1 parent a5de1ff commit 2ac254e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ paths more suitable. Multiple actions may be composed together to create a longe
* [Swift](actions-swift.md)
* [Docker and native binaries](actions-docker.md)

Multiple actions from different languages may be composed together to create a longer processing
pipeline called a [sequence](#creating-action-sequences). The polyglot nature of the composition is
powerful in that it affords you the ability to use the right language for the problem you're solving,
and separates the orchestration of the dataflow between functions from the choice of language.
A more advanced form of composition is described [here](conductors.md).

## The basics

To use a function as an action, it must conform to the following:
Expand Down

0 comments on commit 2ac254e

Please sign in to comment.