Releases: delpher/Workflows.NET
Releases · delpher/Workflows.NET
1.0.3
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