v0.6.1
Added optional ?summaryOnly=[true|false]
query param to the GET /workflows
endpoint.
Limits the amount of workflow data returned to help reduce the memory footprint for clients paging through large numbers of workflows:
- Strips out
Workflow.jobs
data. - Limits
Workflow.workflowDefinition
to just thename
andversion
fields.