quangis / quangis-workflow

Tools to describe GIS workflows semantically, and to generate them. Includes the core concept transformation algebra (CCT).
GNU General Public License v3.0
1 stars 0 forks source link

Generate workflows from questions #19

Open nsbgn opened 1 year ago

nsbgn commented 1 year ago

Workflow generation is now based on an ad-hoc selection of input/output types that is given to APE. It was suggested that we instead generate workflows based on the input and output types of the questions. That is a good idea, but while APE can choose to ignore some inputs, it cannot add inputs that weren't specified. This is a problem for this approach, because questions usually don’t fully specify all necessary inputs. Is there a solution to this?

We would also certainly need to generate more than one workflow per question, given that we then filter on all the other relevant information in the question (as parsed).