r-geoflow / geoflow

Tools to Orchestrate Geospatial (Meta)Data Management Workflows and Manage FAIR Services
https://github.com/r-geoflow/geoflow/wiki
Other
41 stars 14 forks source link

#225 add a monitor option to executeWorkflow #236

Closed abennici closed 2 years ago

abennici commented 2 years ago

Added a shinyMonitor option to executeWorkflow() to be able to monitor progress step of workflow if geoflow use in shiny context. shinyMonitor parameter manager parameters information about step percent, current entity and action in process. User can pass a custom function including these elements or use already include message if shinyMonitor = TRUE. To run if shinyMonitor is true executeWorkflow() must be execute in function parameter of shiny::'withProcess()`function.