Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37569050
en ru br
ALT Linux repos
S:1.6.10-alt1.1

Group :: Development/Ruby
RPM: gem-dynflow

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.6.10-alt1.1
Build date: 11 april 2023, 12:25 ( 54.7 weeks ago )
Size: 587.28 Kb

Home page:   https://github.com/Dynflow/dynflow

License: MIT
Summary: DYNamic workFLOW orchestration engine
Description:

Dynflow [DYN(amic work)FLOW] is a workflow engine written in Ruby that allows
to:
* keep track of the progress of running process
* run the code asynchronously
* resume the process when something goes wrong, skip some steps when needed
* detect independent parts and run them concurrently
* compose simple actions into more complex scenarios
* extend the workflows from third-party libraries
* keep consistency between local transactional database and external services
* suspend the long-running steps, not blocking the thread pool
* cancel steps when possible
* extend the actions behavior with middlewares
* define the input/output interface between the building blocks (planned)
* define rollback for the workflow (planned)
* have multiple workers for distributing the load (planned)

Dynflow doesn't try to choose the best tool for the jobs, as the right tool
depends on the context. Instead, it provides interfaces for persistence,
transaction layer or executor implementation, giving you the last word in
choosing the right one (providing default implementations as well).

Current maintainer: Ruby Maintainers Team

List of contributors

List of rpms provided by this srpm:

  • dynflow
  • gem-dynflow
  • gem-dynflow-devel
  • gem-dynflow-doc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin