Skip to main content

Changelog

See what's new with Windmill.

See the Windmill roadmap and what's coming next

Roadmap

One post tagged with "Workflows as code"

View All Tags

Approval steps in workflows as code now expose a selfApproval flag (TypeScript) and self_approval (Python) to control whether the user who triggered the workflow can also approve it, matching the visual flow editor toggle.

New features

  • New selfApproval / self_approval parameter on approval steps in workflows as code.
  • Set to false to require a different approver, matching the visual flow editor toggle.
  • Available in the TypeScript and Python WAC SDKs.