executeWorkflow allows to execute a workflow
executeWorkflow(file, dir, queue,
on_initWorkflowJob, on_initWorkflow, on_closeWorkflow,
monitor, session)the path of the job directory
a JSON geoflow configuration file
a directory where to execute the workflow
an ipc queue to use geoflow in geoflow-shiny
a function to trigger once initWorkflowJob is executed
a function to trigger once initWorkflow is executed
a function to trigger once closeWorkflow is executed
a monitor function to increase progress bar
a shiny session object (optional) to run geoflow in a shiny context
Emmanuel Blondel, emmanuel.blondel1@gmail.com