Retrieve Vertices Order
Retrieve the vertices order for a given flow.
Args: flow_id (str): The ID of the flow. background_tasks (BackgroundTasks): The background tasks. data (Optional[FlowDataRequest], optional): The flow data. Defaults to None. stop_component_id (str, optional): The ID of the stop component. Defaults to None. start_component_id (str, optional): The ID of the start component. Defaults to None. session (AsyncSession, optional): The session dependency.
Returns: VerticesOrderResponse: The response containing the ordered vertex IDs and the run ID.
Raises: HTTPException: If there is an error checking the build status.
Path Parameters |
---|
flow_id uuid — REQUIRED |
Query Parameters |
---|
data Data |
stop_component_id Stop Component Id |
start_component_id Start Component Id |
Responses | |||||
---|---|---|---|---|---|
200 Successful Response
| |||||
422 Validation Error
|