Sarasvati 1.0.0-rc1 has been released.
In addition to bug fixes it includes the following major changes:
- Support for backtracking.
* Backtracking allows reversing the flow execution, back to any
point in the execution history.
* Nodes may control whether they can be backtracked over.
* Nodes may execute custom logic when being backtracked.
* For a more in-depth overview see:
http://code.google.com/p/sarasvati/wiki/Backtracking
- First release of Sarasvati Visualizations.
* Supports generating HTML image maps of Sarasvati process
definitions and executions. Supports customizing hovers and click
actions on displayed nodes.
* Supports (with some developer work) standalone applications
to visualize process definitions and executions.
* As a first release, this code hasn't been widely tested and
may contain bugs. The API is also not guaranteed to be stable.
* TODO: Does not yet support display of self-arcs on nodes.
Does not yet suport display of arc names.
- Enhancements to Rubric
* Add business days modifier
* Allow underscores in ids
* Bug fixes
The full changelog can be found at
http://code.google.com/p/sarasvati/issues/list?can=1&q=label%3AMilestone-1.0.0-rc1
It can be downloaded at
http://code.google.com/p/sarasvati/downloads/list
Bug reports and feature requests welcome.