Package gem-dynflow: Information

    Source package: gem-dynflow
    Version: 1.4.7-alt2
    Build time:  Feb 21, 2021, 05:40 AM in the task #266048
    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-doc (noarch)


    List of contributors:
    Pavel Skrylev

      1. rpm-build-ruby

    Last changed


    Feb. 10, 2021 Pavel Skrylev 1.4.7-alt2
    - ! dynflow service to support change of uid during run
    - ! spec
    Dec. 16, 2020 Pavel Skrylev 1.4.7-alt1
    - ^ 1.4.2 -> 1.4.7
    - * policify name
    - + dynflow service executable
    March 2, 2020 Pavel Skrylev 1.4.2-alt1
    - updated (^) 1.3.0 -> 1.4.2