Giter VIP home page Giter VIP logo

Comments (2)

madzhuga avatar madzhuga commented on May 25, 2024

@joshco according to your questions:

  1. A process gets completed when all operations are completed. The engine is ready for using async - I just need to update runners (I don't have it in an open source gem but it was implemented in non-open source versions). Let's say you have order processing workflow. It processes orders and one operation starts subprocess which covers storage provisioning. Order process (parent process) doesn't care for it - it just starts it as a child process but doesn't need to wait for this child process to complete. If you mark the operation as an async - process will be able to complete having this operation still in progress. Most common usage is for subprocess operations - they start subprocesses and parent process doesn't need to wait for child process to complete of async subprocesses.

  2. If you want to have some validations before completing operation - there are at least three ways to implement it. You can contact me in skype (maxim.madzhuga) - and I will be able to describe them and answer your questions.

  3. I tried to implement pretty simple dependency resolution here in rails_workflow engine - let me know if something looks complex to you :)

Do you have any other questions? Some of non-opensorce realizations of an engine were modified to cover complex errors management, configuration caching, user groups/roles permission etc.

from rails_workflow.

madzhuga avatar madzhuga commented on May 25, 2024

@joshco I am trying to get some feedback from people using rails_workflow - can you contact me ([email protected])?

from rails_workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.