Maxim Madzhuga
Maxim Madzhuga
@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...
@joshco I am trying to get some feedback from people using rails_workflow - can you contact me ([email protected])?
@dilkhush thanks! As for your questions: 1. How can we assign an operation to multiple roles? You can create new MultipleRolesOperation class like [this one](https://github.com/madzhuga/rails_workflow/blob/master/app/models/rails_workflow/user_by_role_operation.rb), and add 'roles' to it....
@dilkhush sorry for the delay. You can configure operation A so that it will be created when operation B gets canceled. The most proper way is to re-create completed operation...
@jessieay I sent you a message with demo details. https://github.com/madzhuga/rails_workflow_demo - this is demo app. I sent you some installation notes in email. Let me know if you want me...
@hedgesky @laserlemon main missing thing in interactors - is their organization. Check out [rails_workflow gem](https://github.com/madzhuga/rails_workflow) to compare how operations can be managed and organized.