Skip to content

v0.1

Compare
Choose a tag to compare
@m4dcoder m4dcoder released this 10 Jul 21:18
· 622 commits to master since this release
7d19799

Initial release of the Orchestra workflow engine with the following list of features. This version coincides with the StackStorm v2.8 release.

  • Sequential workflows
  • Workflows with cycles
  • Workflows with branches, forks, and joins
  • Workflow inputs and outputs
  • Workflow global vars declaration
  • Support of YAQL and Jinja expressions
  • Support of custom YAQL functions and Jinja filters
  • Data flow and context management
  • Multipoint inspection of workflow definition
  • Run, pause, resume, and cancel orchestra workflows
  • Pause, resume, and cancel of subworkflows
  • Improve runtime traceability and error handling
  • Unicode support for workflow execution (unicode data from workflow input -> output)