Skip to main content

2025-10-21 (v5.142)

· 2 min read
Eric Garcia
Software Engineer
Michael McQuade
Director of Engineering
Joey Lin
Joey Lin
Software Engineer
Ricardo Martinez
Ricardo Martinez
SDE in Test

Enhancements and Features

Workflow builder nested workflows suggestions

Smarter Nested Workflow Suggestions

You can now easily discover and insert nested workflows directly while editing your workflow YAML:

  • Typing uses: marketplace/ or uses: workflow/ automatically suggests all available nested workflow names and slugs.
  • Typing deeper, like uses: marketplace/someworkflow/, shows all version options for that nested workflow.
  • After adding with: (note the space), suggestions appear for four input options:
    • inputs and inputs only – insert all nested inputs grouped by category.
    • simplified inputs – insert only top-level input expressions.

Once selected, the inputs are automatically filled in, and if applicable, a dynamic input form is generated in a section labeled after the nested workflow name.
If the YAML doesn’t already contain on.execute.inputs, it is automatically created.

Existing inputs in the YAML remain unchanged.


YAML ↔ JSON Editor Toggle

You can now seamlessly switch between YAML and JSON views in the editor:

  • The editor defaults to JSON, but you can switch to YAML using the new button in the top-right corner.
  • Switch back to JSON at any time.
  • Both views are fully synced — valid edits in one view are reflected in the other.

Bug Fixes

  • My workflows hidden incorrectly
  • Impersonate option hides incorrectly
  • Oidc edit page never stops loading
  • Bucket delete modal file name transparent background
  • Manage access drawer for storages say cluster access