GeoSales-Evolution / self-deployable-docker

Docker repo capable of deploying itself... or something like that
MIT License
2 stars 2 forks source link

Executor should return an execution upon calling 'exec' #46

Open jeffque opened 1 year ago

jeffque commented 1 year ago

During debug, it was perceived that calling multiples executions within the same executor would create multiple conflicting change of state.

Instead of the executor being under absolute control of the flow, may this be delegated to an Execution object.