Skip to content

Releases: serverlessworkflow/sdk-net

v1.0.0-alpha2.3

26 Jun 11:51
4afe30b
Compare
Choose a tag to compare

What's changed

  • Fix the TaskDefinition, which was missing the if property

Full Changelog: v1.0.0-alpha2.2...v1.0.0-alpha2.3

v1.0.0-alpha2.2

25 Jun 09:16
8dc1190
Compare
Choose a tag to compare

What's Changed

  • Add Keys and Values properties to the Map class
  • Add a new GetEntry method, used to get the MapEntry with the specified key
  • Updated solution packages

Full Changelog: v1.0.0-alpha2.1...v1.0.0-alpha2.2

v1.0.0-alpha2.1

21 Jun 09:36
5065659
Compare
Choose a tag to compare

What's Changed

  • Remove obsolete TaskExecutionStrategyDefinition and TaskExecutionMode
  • Fix the GetComponent WorkflowDefinition extension to drastically increase performance

Full Changelog: v1.0.0-alpha2...v1.0.0-alpha2.1

v1.0.0-alpha2

19 Jun 11:09
f58971f
Compare
Choose a tag to compare

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

v1.0.0-alpha1

22 May 17:33
e997fab
Compare
Choose a tag to compare
Merge pull request #58 from serverlessworkflow/feat-1.0.0-alpha1

Implemented Serverless Workflow  DSL v1.0.0-alpha1