Returns a list of resource metadata for a given list of workflow names.
After calling the ListWorkflows
operation, you can call this operation
to access the data to which you have been granted permissions. This
operation supports all IAM permissions, including permission conditions
that uses tags.
glue_batch_get_workflows(Names, IncludeGraph)
[required] A list of workflow names, which may be the names returned from the
ListWorkflows
operation.
Specifies whether to include a graph when returning the workflow resource metadata.
svc$batch_get_workflows( Names = list( "string" ), IncludeGraph = TRUE|FALSE )