glue_get_workflow: Retrieves resource metadata for a workflow
Description
Retrieves resource metadata for a workflow.
Usage
glue_get_workflow(Name, IncludeGraph)
Arguments
Name
[required] The name of the workflow to retrieve.
IncludeGraph
Specifies whether to include a graph when returning the workflow
resource metadata.
Request syntax
svc$get_workflow(
Name = "string",
IncludeGraph = TRUE|FALSE
)