Simon Adorf
Simon Adorf
And honestly, it should not be that hard. We just need to allow for customization by environments.
Or at least it should be associated with a default entity.
I actually have a slightly different view on how we would want to handle flow-specific configuration. 1. The "configuration" is a global data structure that depends on files that are...
One other alternative to address this issue would be to make it even easier to configure a custom environment with the correct scheduler and template. I am imagining some kind...
@kidrahahjo Yes, thank you!
**Original comment by Vyas Ramasubramani (Bitbucket: [vramasub](https://bitbucket.org/vramasub), GitHub: [vyasr](https://github.com/vyasr)).** ---------------------------------------- Since `exec` is intended as a simple "just do this" command, I'm not sure you'd want this to be the...
**Original comment by Jens Glaser (Bitbucket: [jens_glaser](https://bitbucket.org/jens_glaser), GitHub: [jglaser](https://github.com/jglaser)).** ---------------------------------------- ignore this. this is meant for issue #36. @vyasr ``` Type "help", "copyright", "credits" or "license" for more information. >>>...
**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- Pre- (and post-) conditions are checked when you use `run` instead of `exec`, would that solve the issue?
**Original comment by Vyas Ramasubramani (Bitbucket: [vramasub](https://bitbucket.org/vramasub), GitHub: [vyasr](https://github.com/vyasr)).** ---------------------------------------- I assumed that Jens wanted the preceding operations executed as needed, whereas `run` just won't run unless the preconditions are...
**Original comment by Carl Simon Adorf (Bitbucket: [csadorf](https://bitbucket.org/csadorf), GitHub: [csadorf](https://github.com/csadorf)).** ---------------------------------------- @vyasr I think you are misinterpreting Jens' issue, but maybe you can briefly weigh in @jglaser ?