funflow icon indicating copy to clipboard operation
funflow copied to clipboard

Change default directory for `Flow.runFlow`

Open sir4ur0n opened this issue 4 years ago • 0 comments

Currently Flow.runFlow uses /tmp/funflow/store/ as default directory.

As discussed over Slack this has a couple of limitations:

  • this is out of the working directory, which may be a surprising side effect
  • this can lead to conflicts / weird behaviors if 2 concurrent or parallel Funflow runs interact with it

I suggest we change it to the current working directory, e.g. $(pwd)/tmp/funflow/store/.

@dorranh @GuillaumeDesforges

sir4ur0n avatar Oct 27 '21 13:10 sir4ur0n