Releases: serverlessworkflow/sdk-net
Releases · serverlessworkflow/sdk-net
v1.0.0-alpha2.10
What's changed
- Fixes the
ExternalResourceDefinition
to implement changes introduced by serverlessworkflow/specification#975
Full Changelog: v1.0.0-alpha2.9...v1.0.0-alpha2.10
v1.0.0-alpha2.8
What's changed
- Adds the
runtime
runtime expression argument
Full Changelog: v1.0.0-alpha2.7...v1.0.0-alpha2.8
v1.0.0-alpha2.7
What's changed
- Added a new
arguments
property to the ScriptProcessDefinition
Full Changelog: v1.0.0-alpha2.6...v1.0.0-alpha2.7
v1.0.0-alpha2.6
What's changed
- Changes the way authorization is used and generated
- Adds a new
secrets
runtime expression argument
Full Changelog: v1.0.0-alpha2.5...v1.0.0-alpha2.6
v1.0.0-alpha2.5
What's changed
- Adds the
output
runtime expression argument
Full Changelog: v1.0.0-alpha2.4...v1.0.0-alpha2.5
v1.0.0-alpha2.4
What's changed
- Fixes the IWorkflowDefinitionBuilder to allow using any task as function
- Adds new overloads to the ITaskDefinitionMapBuilder
Full Changelog: v1.0.0-alpha2.3...v1.0.0-alpha2.4
v1.0.0-alpha2.3
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
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
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
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