6 posts tagged with "Workspace"
View All TagsWorkspace forks now include data tables, and the new wmill workspace merge command enables merging forks back to the parent.
New features
- Data tables are included when forking a workspace.
- New wmill workspace merge CLI command.
- Color support in forked workspaces.
Attach free-form labels to scripts, flows, apps, resources, variables, schedules, and triggers for organization and filtering.
New features
- Labels on all workspace item types.
- Labels propagate to jobs at runtime for traceability.
- Filter jobs by labels in the runs page.
Create workspace-scoped automation identities that cannot log in directly, for CI/CD pipelines and API integrations.
New features
- Workspace-scoped service accounts that cannot log in.
- Always operators with a username-only identity.
- Admin impersonation for testing permissions.
Trashbin for soft-deleting items
WorkspaceDeleted items are now moved to a trashbin with a 3-day retention window, allowing admins to restore accidentally deleted scripts, flows, apps, and other workspace items.
New features
- Deleted items are soft-deleted to a trashbin instead of permanently removed.
- Restore any trashed item from workspace settings within 3 days.
- Supports scripts, flows, apps, schedules, variables, resources, and all trigger types.
- Admins can permanently delete individual items or empty the entire trashbin.
- Automatic expiration after 3 days.
Email error handlers are now available for workspace and trigger error handling. Send automated error notifications via email when jobs fail, supporting multiple recipients and integration with existing error handling workflows.
New features
- Email error handlers for workspace-level error notifications
- Support for multiple email recipients with validation
- Available for both workspace and trigger-specific error handling
- Integration with existing Slack, Teams, and custom error handlers
- Self-hosted instances only (requires SMTP configuration)
Trigger error handlers now allow you to configure specific error handling for individual triggers. Override workspace error handlers with custom, Slack, Teams, or email notifications per trigger.
New features
- Configure error handlers for individual triggers (HTTP routes, Webhooks, Kafka, SQS, WebSocket, Postgres, NATS, MQTT, GCP, Email)
- Override workspace error handlers with trigger-specific handling
- Support for custom scripts, Slack, Teams, and email error handlers
- Additional arguments and retry configuration for custom error handlers
- Works with scripts only (not flows)