GEO-BON / bon-in-a-box-pipeline-engine

Pipeline engine that can run R, Julia, Python and shell scripts seamlessly.
MIT License
3 stars 1 forks source link

Halt pipeline for user input before continuing #29

Open jmlord opened 9 months ago

jmlord commented 9 months ago

Support the following scenario.

  1. User fills form
  2. Pipeline runs
  3. Pipeline halts <-- New part!
  4. User inputs a number, edits a GeoJSON, etc. <-- New part!
  5. Pipeline runs
  6. Pipelines give results

We would need to support a few types:

(I didn't record the exact needs of the others who voiced their interest for this. We will add new data type support as need arises.)

jmlord commented 6 months ago

I think we should do #47 before that. So that a user can look at the inputs and outputs of each script to take a pass/fail decision.