S8sg Goflow Versions Save

A Golang based high performance, scalable and distributed workflow framework

v0.1.4

10 months ago

This release incorporate some of the issues

  • Fix issue with flow state update when executing in parallel
  • Fix issue #47
  • Fix issue with response mapping in for-each condition

v0.1.3

1 year ago

v0.1.2

1 year ago

Fix issue with pushQueue index

v0.1.1

1 year ago

v0.1.0

3 years ago

This release adds the below feature

  1. Add flow registration support
  2. Fix issue with tracing
  3. Allow to set tracing enabled via configuration
  4. Add ability to pass request ID for each request via client
  5. Add compose file to bring up dependencies like jaeger and redis

v0.0.8

3 years ago

v0.0.7

3 years ago

v0.0.6

3 years ago

If you update your GoFlow to the latest version, in order to make your existing flow working, you need to import flow construct as

From

flow "github.com/faasflow/lib/goflow"

To

flow "github.com/faasflow/goflow/flow"

v0.0.5

3 years ago

v0.0.4

3 years ago