Skip to content

Releases: delpher/Workflows.NET

1.0.3

22 Dec 10:45
Compare
Choose a tag to compare

What's new in 1.0.3:

  • Added support of extending step creation logic
  • Added support of steps not inheriting Step base class

Description:

In this release added a new library Workflows.StepAdapter it is providing an extension
to steps creation logic, that allows to add steps to workflow, that do not inherit base Step class.
This is done to improve testability of code based on Workflows.NET library, as well as loosen coupling
of your projects to Workflows.NET library