You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea of Orchestrators was born when we had way too much logic in a Rails controller action. It made a lot of sense then and there, but as we used it more, we realized it just has unnecessary complexity.
I'd like to kill Orchestrators and add all its functionality to Organizers, that way an Orchestrator could be a series of Actions:
The idea of Orchestrators was born when we had way too much logic in a Rails controller action. It made a lot of sense then and there, but as we used it more, we realized it just has unnecessary complexity.
I'd like to kill Orchestrators and add all its functionality to Organizers, that way an Orchestrator could be a series of Actions:
or have more complex workflows:
All this work is happening in the 1.0 branch,
and it won't be backward compatible.
The text was updated successfully, but these errors were encountered: