Workflow: Workflow patterns over a monad for thread state logging & recovery
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 communication 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 patterns, and a general configuration utility, workflow observation events and references to the internal state. The state can be stored maintaining memory references (using the RefSerialize package), so that it is possible to track the modifications of a big structure (for example a document) along the workflow execution.
See Control.Workflow for details
In this release: * Adaptation for MonadMask instance introduced in the package exceptions-0.6
Modules
[Index]
Downloads
- Workflow-0.8.3.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.5.5, 0.5.6, 0.5.8, 0.5.8.0, 0.5.8.1, 0.5.8.2, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.0.3, 0.7.0.4, 0.7.0.5, 0.7.0.6, 0.7.0.7, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.0.5, 0.8.0.6, 0.8.0.7, 0.8.0.8, 0.8.0.9, 0.8.1, 0.8.2, 0.8.3 |
---|---|
Dependencies | base (>=4 && <4.12), binary, bytestring (<0.11), containers, directory, exceptions (>=0.6), extensible-exceptions, mtl, old-time, RefSerialize, stm (>2), TCache, vector [details] |
License | BSD-3-Clause |
Author | Alberto Gómez Corona |
Maintainer | agocorona@gmail.com |
Revised | Revision 2 made by AndreasAbel at 2023-11-01T07:17:06Z |
Category | Control, Workflow |
Bug tracker | agocorona@gmail.com |
Source repo | head: git clone https://github.com/agocorona/Workflow |
Uploaded | by AlbertoCorona at 2015-05-01T15:57:04Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 30262 total (75 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-05-18 [all 1 reports] |