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

Provide simple way to get action option value (selected, or default available) #261

Closed eblondel closed 2 years ago

eblondel commented 2 years ago

At now, getting an action option value is done initially for each action, and in case of no option set, the default value is re-written each time, although it is specified as part of the action option definitions. A simple util function should be designed, associated with the geoflow_action to ease getting option values.

Together with that, we need then the capacity to inherit action object / id within an action function.