Skip to content

Commit

Permalink
fix for issue flogo#55; add name to action in sample flogo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Martinez committed Aug 1, 2017
1 parent 4a805f3 commit 53a11e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ var tplSimpleApp = `{
"actions": [
{
"id": "my_simple_flow",
"name": "my simple flow",
"ref": "github.com/TIBCOSoftware/flogo-contrib/action/flow",
"data": {
"flow": {
Expand Down

0 comments on commit 53a11e2

Please sign in to comment.