Workflow$list_parameters
Workflow$list_parameters(max_results=NULL) → list<Parameter>
Parameters:
Returns:
Examples:
workflow <- redivis$user("imathews")$workflow("example_workflow_climate_analysis")
params <- workflow$list_parameters()
for (param in params){
print(param$properties) # Properties will be populated with the parameter.list resource representation
}Was this helpful?

