public interface WorkflowRunAPI
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<okhttp3.ResponseBody> |
resume(ResumeRunReq req,
BaseReq baseReq) |
retrofit2.Call<RunWorkflowResp> |
run(RunWorkflowReq req,
BaseReq baseReq) |
retrofit2.Call<okhttp3.ResponseBody> |
stream(RunWorkflowReq req,
BaseReq baseReq) |
@POST(value="/v1/workflow/run") retrofit2.Call<RunWorkflowResp> run(@Body RunWorkflowReq req, @Tag BaseReq baseReq)
@POST(value="/v1/workflow/stream_run")
@Streaming
retrofit2.Call<okhttp3.ResponseBody> stream(@Body
RunWorkflowReq req,
@Tag
BaseReq baseReq)
@POST(value="/v1/workflow/stream_resume")
@Streaming
retrofit2.Call<okhttp3.ResponseBody> resume(@Body
ResumeRunReq req,
@Tag
BaseReq baseReq)
Copyright © 2025. All rights reserved.