MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / manual_transition

Route manual_transition

backend/app/api/workflow.py:None–None  ·  view source on GitHub ↗
router.post("/workflow/{pipeline_id}/transition")

Source from the content-addressed store, hash-verified

1"""
2Workflow API endpoints for managing pipeline workflows.
3"""
4from fastapi import APIRouter, HTTPException, Depends

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected