Пакет gem-dynflow: Информация

    Исходный пакет: gem-dynflow
    Версия: 1.9.3-alt1
    Собран:  18 ноября 2025 г. 11:03
    Категория: Разработка/Ruby
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/Dynflow/dynflow

    Лицензия: MIT
    О пакете: DYNamic workFLOW orchestration engine
    Описание: 
    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).

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    dynflow (noarch)
    gem-dynflow (noarch)
    gem-dynflow-devel (noarch)
    gem-dynflow-doc (noarch)

    Сопровождающий: Baltix Maintainers Team

    Список участников:
    Pavel Skrylev

      1. rpm-build-ruby
      2. gem(activejob) >= 0
      3. gem(activerecord) >= 0
      4. gem(algebrick) >= 0.7.0
      5. gem(sequel) >= 4.0.0
      6. gem(sinatra) >= 0
      7. gem(sqlite3) >= 0
      8. gem(syslog) >= 0
      9. gem(concurrent-ruby) >= 1.1.3
      10. gem(concurrent-ruby-edge) >= 0.6.0
      11. gem(csv) >= 3.1
      12. gem(drb) >= 0
      13. gem(minitest-reporters) >= 0
      14. gem(minitest-stub-const) >= 0
      15. gem(mocha) >= 0
      16. gem(msgpack) >= 1.3
      17. gem(multi_json) >= 0
      18. gem(mutex_m) >= 0
      19. gem(ostruct) >= 0
      20. gem(rack-test) >= 0
      21. gem(rake) >= 0

    Последнее изменение


    21 октября 2025 г. Pavel Skrylev 1.9.3-alt1
    - ^ 1.9.0 -> 1.9.3
    - ! fixed lost files by their restoration
    3 октября 2024 г. Pavel Skrylev 1.9.0-alt1
    - ^ 1.6.10 -> 1.9.0
    11 апреля 2023 г. Pavel Skrylev 1.6.10-alt1.1
    - ! fixed deps to concurrent-ruby tree gems