Changeset 0.29.3 (#198)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
@@ -1272,6 +1272,11 @@ func main() {
|
||||
wfComp.SetFilterChain(filterChain)
|
||||
wfComp.SetRunner(starlarkRunner) // v0.29.2: extension tool dispatch
|
||||
wfAPI.POST("/:id/completions", wfComp.Complete)
|
||||
|
||||
// v0.29.3: Workflow form endpoints
|
||||
wfForms := handlers.NewWorkflowFormHandler(stores, starlarkRunner, hub)
|
||||
wfAPI.GET("/:id/form", wfForms.GetFormTemplate)
|
||||
wfAPI.POST("/:id/form-submit", wfForms.SubmitForm)
|
||||
}
|
||||
|
||||
// Workflow visitor entry (v0.26.3) — public start endpoint
|
||||
|
||||
Reference in New Issue
Block a user