Skip to content

v1.0.0-alpha2

Compare
Choose a tag to compare
@cdavernas cdavernas released this 19 Jun 11:09
· 44 commits to main since this release
f58971f

What's Changed

Implement the version 1.0.0-alpha2 of the Serverless Workflow Specification.

  • Rename the CorrelationDefinition into CorrelationKeyDefinition
  • Replace all single task properties (for/do, try, try/catch/do, ...) by maps that guarantee proper ordering
  • Remove the CompositeTaskDefinition and replace it with both DoTaskDefinition and ForkTaskDefinition
  • Turned the Switch property into a map that guarantees proper ordering
  • Update both InputDataModelDefinition and OutputDataModelDefinition to reflect serverlessworkflow/specification#892
  • Add the ExportDataModelDefinition, and update TaskDefinition accordingly, to reflect serverlessworkflow/specification#892