Skip to content

1.0.3

Latest

Choose a tag to compare

@delpher delpher released this 22 Dec 10:45
· 3 commits to master since this release

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