mirror of
https://github.com/langgenius/dify.git
synced 2026-05-23 10:29:07 +08:00
OPENAPI workflow runs previously resolved form_token via console-priority fallback, returning a CONSOLE token that the OPENAPI resume endpoint rejects with 404. Add a dispatch map so SERVICE_API and OPENAPI invocations both filter recipients down to their allowed surface; everything else keeps the priority fallback.