You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Template Improvements & UI/UX Fixes
Templates:
Feature: There are now three statuses for tasks: completed, skipped and completed or skipped: these can all be used in workflow step conditions to allow for more fine grained control of conditional workflow execution.
Tasks:
Patch: A bug has been fixed where multiple radio button fields with identical selection options (e.g., two "Color" fields with options "Red" and "Blue") conflicted with each other — selecting a value in one field would deselect the value in the other. Each field now retains its own selection independently.
Patch: A loading skeleton is now shown inside the template and step filter dropdowns on the Tasks and Workflows pages while the filtered data is being fetched.
Editor:
Patch: Markdown processing has been fixed for fields with variables when they are displayed from the backup.
Sharable kickoff forms:
Patch: Path-based routing has been added for public forms. Forms are now accessible via /forms/, so specifying a subdomain is no longer necessary.
Other:
Patch: A broken Help Center link in the sidebar menu has been fixed; it previously led to a non-existent page.
Patch: The frontend has been switched from four separate WebSocket connections to a single unified connection to /ws/events. All real-time updates (tasks, notifications, and workflow events) now come through one channel with a typed envelope format: {id, type, dateCreatedTsp, data}.
Patch: The installation and deployment flow has been improved.