The latest version of Workflow is 0.8.3-2.

Workflow

Version 0.8.0.3 revision 0 uploaded by AlbertoCorona.

Package meta

Synopsis
Workflow patterns and a monad for thread state logging & recovery
Description

Transparent support for interruptible computations. A workflow can be seen as a persistent thread that executes a monadic computation. Therefore, it can be used in very time consuming computations such are CPU intensive calculations or procedures that are most of the time waiting for the action of a process or an user, that are prone to comunication failures, timeouts or shutdowns. It also can be used if you like to restart your program at the point where the user left it last time . . The computation can be restarted at the interrupted point thanks to its logged state in permanent storage. The thread state is located in files by default. It can be moved and continued in another computer. Besides that, the package also provides other higher level services associated to workflows: Workflow patters and and a general configuarion utility.

See Control.Workflow for details

In this release: * timeout miscalculated in time-related primitives fixed

Author
Alberto Gómez Corona
Bug reports
agocorona@gmail.com
Category
Control, Workflow
Copyright
n/a
Homepage
n/a
Maintainer
agocorona@gmail.com
Package URL
n/a
Stability
experimental

Components