Learn R Programming

geoflow (version 1.2.0)

executeWorkflow: executeWorkflow

Description

executeWorkflow allows to execute a workflow

Usage

executeWorkflow(file, dir, queue, 
                       on_initWorkflowJob, on_initWorkflow, on_closeWorkflow, 
                       monitor, session)

Value

the path of the job directory

Arguments

file

a JSON geoflow configuration file

dir

a directory where to execute the workflow

queue

an ipc queue to use geoflow in geoflow-shiny

on_initWorkflowJob

a function to trigger once initWorkflowJob is executed

on_initWorkflow

a function to trigger once initWorkflow is executed

on_closeWorkflow

a function to trigger once closeWorkflow is executed

monitor

a monitor function to increase progress bar

session

a shiny session object (optional) to run geoflow in a shiny context

Author

Emmanuel Blondel, emmanuel.blondel1@gmail.com