Package gem-dynflow: Information

    Source package: gem-dynflow
    Version: 1.6.10-alt1.1
    Build time:  Apr 24, 2024, 08:30 AM
    Category: Development/Ruby
    Report package bug
    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).

    List of rpms provided by this srpm:
    dynflow (noarch)
    gem-dynflow (noarch)
    gem-dynflow-devel (noarch)
    gem-dynflow-doc (noarch)


    List of contributors:
    Pavel Skrylev

      1. rpm-build-ruby

    Last changed


    April 11, 2023 Pavel Skrylev 1.6.10-alt1.1
    - ! fixed deps to concurrent-ruby tree gems
    March 26, 2023 Pavel Skrylev 1.6.10-alt1
    - ^ 1.6.7 -> 1.6.10
    Oct. 7, 2022 Pavel Skrylev 1.6.7-alt1
    - ^ 1.6.5 -> 1.6.7