Changelog
See what's new with Windmill.
8/14/2024 |
DocsOn approval steps, a new toggle to continue flow execution on disapproval of approval step. If set, instead of failing the flow will bubble up the error and continue.
New Features
- New toggle to continue flow execution after disapproval.
- Would allow to put a branchone right after to handle both cases separately.
- New toggle to continue flow execution after disapproval.
- If any disapproval/timeout event is received, the resume payload will be similar to every error result in Winmdill, an object containing an `error` field which you can use to distinguish between approvals and disapproval/timeouts.