Skip to content

v0.2.3

Compare
Choose a tag to compare
@flogo-oss flogo-oss released this 08 Nov 08:55
· 385 commits to master since this release

flogo

  • Corrected instructions in readme for the helloworld sample.

flogo-services

  • Reimplemented flow & state services in Go to eliminate Java dependencies so that runtime footprint and docker image sizes are minimized.

flogo-cli

  • Fixed incorrect type of error in the Activity.eval() method when building a custom Activity.
  • Fixed missing error as return value in Trigger.stop() method when building a custom Trigger.