Skip to content

Alpha Release #9

Pre-release
Pre-release
Compare
Choose a tag to compare
@xethorn xethorn released this 03 Mar 16:48

This alpha release contains breaking changes:

  • Add name to the flow. The name of the flow allows to run more than one flow within a domain – which avoids getting too close to the 100 limit on the number of flows you can run. Ideally, you should run flows that are related within the same domain (if you are in a service oriented architecture, domain can match one of your service.)

If you want to create some test workflow, you should parametrize the name. We use: prod-workflow-name for the production version and dev-workflow-name for everything related to development. An alternative would be to have a domain dev and run your workflows within this domain (remember: you also have limitations on the number of workflows you can register per domain.)

More about SWF limitations: http://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dg-limits.html.