Skip to content

Commit

Permalink
Merge branch 'master' into injectProps
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria committed Nov 4, 2016
2 parents bd772e9 + e611338 commit 9a5b1e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/function-tree/README.md
Expand Up @@ -464,6 +464,9 @@ execute.on('error', (error, execution, payload) => {})
// When a function tree is executed
execute.on('start', (execution, payload) => {})

// When a function tree execution has ended
execute.on('end', (execution, payload) => {})

// When a function tree goes down a path
execute.on('pathStart', (execution, payload) => {})

Expand Down

0 comments on commit 9a5b1e8

Please sign in to comment.