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

