Skip to content

Commit

Permalink
Added documentation on functions (internal and fission)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvaneyk committed Apr 20, 2018
1 parent f2307da commit 8fe8a23
Show file tree
Hide file tree
Showing 20 changed files with 1,054 additions and 72 deletions.
2 changes: 1 addition & 1 deletion Docs/expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ For example `$.Workflow.Status` is valid, whereas `$.workflow.Status` will error
Note that in the case of `inputs`, if there is a single input without an explicit key defined, it will be stored
under the default key: `default`.

### Built-in Functions
### Built-in Expression Functions
Besides the standard library of JavaScript, the expression interpreter provides a couple of additional utility
functions.
These functions do not have access to any additional functionality not provided to the user; they are generally
Expand Down
Loading

0 comments on commit 8fe8a23

Please sign in to comment.