TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

Need to change activity Eval() signature in templates #11

Closed torresashjian closed 7 years ago

torresashjian commented 7 years ago

In github.com/TIBCOSoftware/flogo-cli/tools/activity/files.go template the Eval() method has the wrong type of error.

This creates an error when building a custom Activity.

torresashjian commented 7 years ago

Fixed in commit: 70d61fd