Workflow: Monad transformer for thread state persistence and workflow patterns

[ bsd3, control, library, workflow ] [ Propose Tags ]

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. Besides that, the package also provides other services associated to workflows

This release inprove the logging/recovery process in workflows with with many steps

See Control.Workflow for details

Modules

[Last Documentation]

  • Control
    • Control.Workflow
      • Control.Workflow.Configuration
      • Control.Workflow.Patterns

Downloads

Maintainer's Corner

Package maintainers

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 && <5), binary, bytestring, containers, directory, extensible-exceptions, MonadCatchIO-mtl, mtl, old-time, RefSerialize (>=0.3.0 && <0.3.1), stm (>2), TCache (<1.0) [details]
License BSD-3-Clause
Author Alberto Gómez Corona
Maintainer agocorona@gmail.com
Category Control, Workflow
Bug tracker agocorona@gmail.com
Source repo head: git clone https://github.com/agocorona/Workflow
Uploaded by AlbertoCorona at 2012-09-14T23:14:20Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 29815 total (78 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-24 [all 9 reports]