• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lsm / neokai / 25411292878 / 19
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 06 May 2026 01:20AM UTC
Files 307
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

06 May 2026 01:17AM UTC coverage: 19.914%. First build
25411292878.19

push

github

web-flow
Add ability to disable workflows (#1802)

* Add ability to disable workflows

- Add `disabled` boolean field to SpaceWorkflow model and DB schema
- Add migration 117 to add `disabled` column to existing databases
- Update repository to persist and read `disabled` field
- Filter disabled workflows from runtime selection (resolveWorkflowForRun,
  attachStandaloneTasksToWorkflows, preferredWorkflowId fallback)
- Thread `disabled` through export/import bundle format
- Add disabled toggle checkbox to visual workflow editor
- Show "Disabled" badge and greyed-out styling in workflow list
- Update serialization layer to preserve disabled state

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Fix review: preserve disabled flag through import pipeline

- Add `disabled: z.boolean().optional()` to `exportedWorkflowBaseSchema`
  so validation no longer strips the field on import.
- Add export→import round-trip test verifying a disabled workflow
  stays disabled after re-import.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Fix review: block disabled workflows from all start paths

- Add defense-in-depth check in SpaceRuntime.startWorkflowRun() rejecting
  disabled workflows with a clear error message.
- Filter disabled workflows from spaceWorkflowRun.start auto-select path.
- Reject explicit disabled workflowId in spaceWorkflowRun.start.
- Reject disabled target workflow in change_plan agent tool.
- Filter disabled workflows from suggest_workflow agent tool.
- Include `disabled` field in list_space_workflows MCP tool response.
- Add tests for RPC start and change_plan with disabled workflows.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

* Add defense-in-depth test for startWorkflowRun with disabled workflow

Adds a test verifying SpaceRuntime.startWorkflowRun() rejects
workflows marked as disabled.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>

17410 of 87428 relevant lines covered (19.91%)

10.25 hits per line

Source Files on job daemon-online-rpc-2 - 25411292878.19
  • Tree
  • List 307
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25411292878
  • 6d9c064f on github
  • Next Job for on dev (#25416974320.18)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc