AWS Flow Framework Open Source Equivalent

There's a lot of workflow systems out there, but I was wondering which of the open source workflow management systems is the closest to the AWS Flow Framework (with native support for Amazon SWF)?

+5
source share
3 answers

The AWS Flow Framework itself is open source in the Apache 2.0 license . Its source code is available on github: https://github.com/aws/aws-swf-flow-library .

+10
source

Amazon SWF is very different from other existing workflow systems:

  • BPMN ( , , ).
  • ( .)

Java Flow Framework, :

+2

( ?) (SimpleWorkflowFramework.NET) # https://github.com/sdebnath/SimpleWorkflowFramework.NET. - , - .

0

All Articles