diff --git a/web-plugin/index.js b/web-plugin/index.js index 6eecdab..2fa2b30 100644 --- a/web-plugin/index.js +++ b/web-plugin/index.js @@ -1532,6 +1532,7 @@ api.fetchApi = async (route, options) => { const data = { client_id: body.client_id, workflow_api_json: body.prompt, + workflow: body.workflow, is_native_run: true, machine_id: info.machine_id, workflow_id: info.workflow_id,